projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de96417
)
just one version file
Yuval Kogman [Wed, 30 Jul 2008 06:38:50 +0000 (06:38 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Schema/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
14528db
..
c40c104
100644
(file)
--- 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
(file)
--- 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;