projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0d174bf
)
bump version for release
1.008013
Karen Etheridge [Thu, 12 Sep 2013 03:23:28 +0000 (20:23 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/local/lib.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1add82c
..
a431116
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for local::lib
+1.008013 2013-09-11
- fix undef value errors when not installing into a local::lib
1.008012 2013-09-11
diff --git
a/lib/local/lib.pm
b/lib/local/lib.pm
index
f522e6d
..
0862004
100644
(file)
--- a/
lib/local/lib.pm
+++ b/
lib/local/lib.pm
@@
-10,7
+10,7
@@
use File::Spec ();
use File::Path ();
use Config;
-our $VERSION = '1.008012'; # 1.8.12
+our $VERSION = '1.008013'; # 1.8.13
our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);