[Bps-public-commit] App-Changeloggr branch, master, updated. 6713f16903cbe746c93f9418157e9caadacf0b40
sartak at bestpractical.com
sartak at bestpractical.com
Tue May 19 11:46:23 EDT 2009
The branch, master has been updated
via 6713f16903cbe746c93f9418157e9caadacf0b40 (commit)
from 86f6673d76b4c78deb1e16688cfd049ecc02fea5 (commit)
Summary of changes:
lib/App/Changeloggr/OutputFormat.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6713f16903cbe746c93f9418157e9caadacf0b40
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue May 19 11:46:17 2009 -0400
Class name fix
diff --git a/lib/App/Changeloggr/OutputFormat.pm b/lib/App/Changeloggr/OutputFormat.pm
index f5fbdc2..3a29176 100644
--- a/lib/App/Changeloggr/OutputFormat.pm
+++ b/lib/App/Changeloggr/OutputFormat.pm
@@ -1,7 +1,7 @@
use strict;
use warnings;
-package App::Changeloggr::OutputFormat::Jifty;
+package App::Changeloggr::OutputFormat;
sub generate {
my $class = shift;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list