[Bast-commits] r3757 - in local-lib/1.000/trunk: . lib/local
apeiron at dev.catalyst.perl.org
apeiron at dev.catalyst.perl.org
Wed Sep 19 17:45:59 GMT 2007
Author: apeiron
Date: 2007-09-19 17:45:57 +0100 (Wed, 19 Sep 2007)
New Revision: 3757
Added:
local-lib/1.000/trunk/Changes
Modified:
local-lib/1.000/trunk/lib/local/lib.pm
Log:
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
Added: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes (rev 0)
+++ local-lib/1.000/trunk/Changes 2007-09-19 16:45:57 UTC (rev 3757)
@@ -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
Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm 2007-09-17 20:57:39 UTC (rev 3756)
+++ local-lib/1.000/trunk/lib/local/lib.pm 2007-09-19 16:45:57 UTC (rev 3757)
@@ -11,7 +11,7 @@
use Carp ();
use Config;
-our $VERSION = '1.000000'; # 1.0.0
+our $VERSION = '1.001000'; # 1.1.0
sub import {
my ($class, $path) = @_;
More information about the Bast-commits
mailing list