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
--- /dev/null
+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
use Carp ();
use Config;
-our $VERSION = '1.000000'; # 1.0.0
+our $VERSION = '1.001000'; # 1.1.0
sub import {
my ($class, $path) = @_;