projects
/
p5sagit/Sub-Exporter-Progressive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f6fc02f
)
fix SYNOPSIS
Arthur Axel 'fREW' Schmidt [Sun, 26 May 2013 01:53:18 +0000 (20:53 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Exporter/Progressive.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
75424ee
..
da0731b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - Fix SYNOPSIS
+
0.001010 - 2013-03-26
- Fix module name in Makefile.PL (RT#83932)
- Work around Exporter.pm not installable on perl < 5.8.0
diff --git
a/lib/Sub/Exporter/Progressive.pm
b/lib/Sub/Exporter/Progressive.pm
index
77db596
..
eea522f
100644
(file)
--- a/
lib/Sub/Exporter/Progressive.pm
+++ b/
lib/Sub/Exporter/Progressive.pm
@@
-105,7
+105,7
@@
Sub::Exporter::Progressive - Only use Sub::Exporter if you need it
use Sub::Exporter::Progressive -setup => {
exports => [qw( break gather gathered take )],
groups => {
- defaults => [qw( break gather gathered take )],
+ default => [qw( break gather gathered take )],
},
};