projects
/
engit/Iron-Munger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e1738c7
)
fix sub name change
Matt S Trout [Fri, 15 May 2009 00:02:27 +0000 (
01:02
+0100)]
lib/IronMunger/Calculate.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/IronMunger/Calculate.pm
b/lib/IronMunger/Calculate.pm
index
1e7c515
..
ab01eca
100644
(file)
--- a/
lib/IronMunger/Calculate.pm
+++ b/
lib/IronMunger/Calculate.pm
@@
-9,7
+9,7
@@
use signatures;
use Sub::Exporter -setup => {
exports => [
- qw(successful_sequential_posts time_remaining_to_post)
+ qw(successful_sequential_posts days_remaining_to_post)
]
};