[Bps-public-commit] App-Changeloggr branch, master, updated. 6be6c92252fd22d217620aff3d3e95a0eaa621db
sartak at bestpractical.com
sartak at bestpractical.com
Tue May 19 11:56:31 EDT 2009
The branch, master has been updated
via 6be6c92252fd22d217620aff3d3e95a0eaa621db (commit)
via 6dd8d4ee5255ee746537d223b2d41f15f43de323 (commit)
from 6713f16903cbe746c93f9418157e9caadacf0b40 (commit)
Summary of changes:
lib/App/Changeloggr/OutputFormat.pm | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 6dd8d4ee5255ee746537d223b2d41f15f43de323
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue May 19 11:56:12 2009 -0400
output_formats method
diff --git a/lib/App/Changeloggr/OutputFormat.pm b/lib/App/Changeloggr/OutputFormat.pm
index 3a29176..e79b202 100644
--- a/lib/App/Changeloggr/OutputFormat.pm
+++ b/lib/App/Changeloggr/OutputFormat.pm
@@ -3,6 +3,10 @@ use warnings;
package App::Changeloggr::OutputFormat;
+use Module::Pluggable (
+ sub_name => 'output_formats',
+);
+
sub generate {
my $class = shift;
my($categories) = @_;
commit 6be6c92252fd22d217620aff3d3e95a0eaa621db
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue May 19 11:56:23 2009 -0400
Remove empty generate method from the superclass
diff --git a/lib/App/Changeloggr/OutputFormat.pm b/lib/App/Changeloggr/OutputFormat.pm
index e79b202..3806f3d 100644
--- a/lib/App/Changeloggr/OutputFormat.pm
+++ b/lib/App/Changeloggr/OutputFormat.pm
@@ -7,11 +7,4 @@ use Module::Pluggable (
sub_name => 'output_formats',
);
-sub generate {
- my $class = shift;
- my($categories) = @_;
- # ...
- return "";
-}
-
1;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list