projects
/
p5sagit/Sub-Exporter-Progressive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3ed8308
)
new release
Arthur Axel 'fREW' Schmidt [Wed, 13 Mar 2013 00:34:12 +0000 (19:34 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Exporter/Progressive.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8fb0237
..
52d5869
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+ - perl 5.6 support
+ - more metadata
+
0.001008 - 2013-01-22
- Fix prereqs
diff --git
a/lib/Sub/Exporter/Progressive.pm
b/lib/Sub/Exporter/Progressive.pm
index
1d01d57
..
f7b416e
100644
(file)
--- a/
lib/Sub/Exporter/Progressive.pm
+++ b/
lib/Sub/Exporter/Progressive.pm
@@
-3,7
+3,7
@@
package Sub::Exporter::Progressive;
use strict;
use warnings;
-our $VERSION = '0.001008';
+our $VERSION = '0.001009';
use Carp 'croak';
use List::Util 'first';