]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
0.05 release
authorDon Armstrong <don@donarmstrong.com>
Sun, 7 Oct 2007 22:32:30 +0000 (22:32 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 7 Oct 2007 22:32:30 +0000 (22:32 +0000)
git-svn-id: file:///srv/don_svn/class_modular/trunk@46 96c6a18b-02ce-0310-9fca-9eb62c757ba6

debian/changelog
lib/Class/Modular.pm

index 365aabccd00a0a33997edfcbb0be07d7cad2f7e3..394633196ede4901b0c86f893aa64f9970a7950f 100644 (file)
@@ -1,3 +1,9 @@
+libclass-modular-perl (0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Don Armstrong <don@debian.org>  Sun, 07 Oct 2007 15:32:12 -0700
+
 libclass-modular-perl (0.4-1) unstable; urgency=low
 
   * New Upstream release
index c532a947e346b16eaec9d2979fc3847e48d4d433..a0560e6b86a9765678f121f5d351b689b992a5f4 100644 (file)
@@ -72,7 +72,7 @@ use Storable qw(dclone); # Used for deep copying objects
 use Safe; # Use Safe when we are dealing with coderefs
 
 BEGIN{
-     $VERSION = q$0.05SVN$;
+     $VERSION = q$0.05$;
      ($REVISION) = q$LastChangedRevision$ =~ /\$LastChangedRevision:\s+([^\s+])/;
      $DEBUG = 0 unless defined $DEBUG;
      $USE_SAFE = 1 unless defined $USE_SAFE;