Prep for releasing 1.001000.
apeiron [Wed, 19 Sep 2007 16:45:57 +0000 (16:45 +0000)]
    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

Changes [new file with mode: 0644]
lib/local/lib.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
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
index 5e08db8..ef47d5d 100644 (file)
@@ -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) = @_;