[Bast-commits] r4693 - in trunk/DBIx-Class-Journal: . lib/DBIx/Class/Schema

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Wed Jul 30 07:38:50 BST 2008


Author: nothingmuch
Date: 2008-07-30 07:38:50 +0100 (Wed, 30 Jul 2008)
New Revision: 4693

Modified:
   trunk/DBIx-Class-Journal/Makefile.PL
   trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm
Log:
just one version file

Modified: trunk/DBIx-Class-Journal/Makefile.PL
===================================================================
--- trunk/DBIx-Class-Journal/Makefile.PL	2008-07-30 06:37:00 UTC (rev 4692)
+++ trunk/DBIx-Class-Journal/Makefile.PL	2008-07-30 06:38:50 UTC (rev 4693)
@@ -2,7 +2,7 @@
 
 WriteMakefile(
      NAME          => 'DBIx::Class::Journal',
-     VERSION_FROM  => 'lib/DBIx/Class/Schema/Journal.pm',
+     VERSION_FROM  => 'lib/DBIx/Class/Journal.pm',
      PREREQ_PM     => { 'DBIx::Class'           => 0.08,
                         'DBD::SQLite'           => 0.12,
                         'Test::TempDir'         => 0.04,

Modified: trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm
===================================================================
--- trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm	2008-07-30 06:37:00 UTC (rev 4692)
+++ trunk/DBIx-Class-Journal/lib/DBIx/Class/Schema/Journal.pm	2008-07-30 06:38:50 UTC (rev 4693)
@@ -13,8 +13,6 @@
 __PACKAGE__->mk_classdata('_journal_schema'); ## schema object for journal
 __PACKAGE__->mk_classdata('journal_nested_changesets');
 
-our $VERSION = '0.01';
-
 use strict;
 use warnings;
 




More information about the Bast-commits mailing list