From: apeiron Date: Wed, 19 Sep 2007 16:45:57 +0000 (+0000) Subject: Prep for releasing 1.001000. X-Git-Tag: 1.006009~95 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d211388dcd1403b35a553c986ff1ab483c4dc33a;p=p5sagit%2Flocal-lib.git Prep for releasing 1.001000. o Increment version number in local/lib.pm o Document changes that made it into 1.001000 in the Changes file o Add the Changes file git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@3757 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..ba9d7c7 --- /dev/null +++ b/Changes @@ -0,0 +1,10 @@ +Revision history for local::lib + +1.001000 2007-09-19 + - refactored shell command generation + - implemented C shell command generation based on this (checks $SHELL} + - improved docs + - modified Makefile.PL to install an up-to-date CPAN.pm if needed + +1.000000 2007-09-13 + - initial release diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 5e08db8..ef47d5d 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -11,7 +11,7 @@ use File::Path (); use Carp (); use Config; -our $VERSION = '1.000000'; # 1.0.0 +our $VERSION = '1.001000'; # 1.1.0 sub import { my ($class, $path) = @_;