From: Yuval Kogman Date: Wed, 30 Jul 2008 06:38:50 +0000 (+0000) Subject: just one version file X-Git-Tag: v0.900201~68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e39c6deaa670109633f9ccf63b7e2eaf9c252ec9;p=dbsrgits%2FDBIx-Class-Journal.git just one version file --- diff --git a/Makefile.PL b/Makefile.PL index 14528db..c40c104 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; 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, diff --git a/lib/DBIx/Class/Schema/Journal.pm b/lib/DBIx/Class/Schema/Journal.pm index 588e887..4afae67 100644 --- a/lib/DBIx/Class/Schema/Journal.pm +++ b/lib/DBIx/Class/Schema/Journal.pm @@ -13,8 +13,6 @@ __PACKAGE__->mk_classdata('journal_user'); ## [ class, field for user id ] __PACKAGE__->mk_classdata('_journal_schema'); ## schema object for journal __PACKAGE__->mk_classdata('journal_nested_changesets'); -our $VERSION = '0.01'; - use strict; use warnings;