[Module-build-checkins] Module-Build/lib/Module Build.pm,1.208,1.209
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-02-02 02:11:30
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27638/lib/Module Modified Files: Build.pm Log Message: Version bump Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.208 retrieving revision 1.209 diff -u -d -r1.208 -r1.209 --- Build.pm 24 Jan 2006 03:45:08 -0000 1.208 +++ Build.pm 2 Feb 2006 02:11:19 -0000 1.209 @@ -15,7 +15,7 @@ use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.27_06'; +$VERSION = '0.27_07'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of |