From: Don Armstrong Date: Sun, 7 Oct 2007 22:32:30 +0000 (+0000) Subject: 0.05 release X-Git-Url: https://git.donarmstrong.com/?p=class_modular.git%2F.git;a=commitdiff_plain;h=9d0d35d8e5e85da6649bf9267a33146d2d4eb4f0 0.05 release git-svn-id: file:///srv/don_svn/class_modular/trunk@46 96c6a18b-02ce-0310-9fca-9eb62c757ba6 --- diff --git a/debian/changelog b/debian/changelog index 365aabc..3946331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libclass-modular-perl (0.5-1) unstable; urgency=low + + * New upstream release + + -- Don Armstrong Sun, 07 Oct 2007 15:32:12 -0700 + libclass-modular-perl (0.4-1) unstable; urgency=low * New Upstream release diff --git a/lib/Class/Modular.pm b/lib/Class/Modular.pm index c532a94..a0560e6 100644 --- a/lib/Class/Modular.pm +++ b/lib/Class/Modular.pm @@ -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;