]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
* Fix syntax error in Modular.pm and revert VERSION changes
authorDon Armstrong <don@donarmstrong.com>
Wed, 15 Sep 2004 06:32:33 +0000 (06:32 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 15 Sep 2004 06:32:33 +0000 (06:32 +0000)
 * Add debian/ to manifest

git-svn-id: file:///srv/don_svn/class_modular/trunk@25 96c6a18b-02ce-0310-9fca-9eb62c757ba6

MANIFEST
lib/Class/Modular.pm

index 708dc54c87871a43ffa1ade53378f8986e37cdd9..45cb9e7552837eace4108dcda293ce9c0392c582 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,12 @@
+COPYING
+debian/changelog
+debian/compat
+debian/control
+debian/copyright
+debian/rules
 lib/Class/Modular.pm           Class::Modular
 Makefile.PL                    The makefile
 MANIFEST                       This list of files
 META.yml                       Module meta-data (added by MakeMaker)
-t/01_module.t                  Test scripts for Class::Modular
\ No newline at end of file
+README
+t/01_module.t                  Test scripts for Class::Modular
index 71f86b89f223bbab840dbfc12e3c1700004957e9..cbb7c28571d0ce898ef6cc7c3653df1fa6cef646 100644 (file)
@@ -70,7 +70,7 @@ use Carp;
 use Storable qw(dclone); # Used for deep copying objects
 
 BEGIN{
-     $VERSION = undef || q(SVN Development Version: ).q$Id$;
+     $VERSION = q$0.01SVN$;
      ($REVISION) = q$LastChangedRevision$ =~ /\$LastChangedRevision:\s+([^\s+])/;
      $DEBUG = 0 unless defined $DEBUG;
 }