[Bps-public-commit] App-Changeloggr branch, master, updated. d17a539511a39d4209347324faa09f0eb151adcb
sartak at bestpractical.com
sartak at bestpractical.com
Thu Mar 26 17:46:40 EDT 2009
The branch, master has been updated
via d17a539511a39d4209347324faa09f0eb151adcb (commit)
from 4f4a174689e282ed7030db097198f205dbc7d289 (commit)
Summary of changes:
lib/App/Changeloggr/Model/Changelog.pm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d17a539511a39d4209347324faa09f0eb151adcb
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Mar 26 17:46:29 2009 -0400
Workable API
diff --git a/lib/App/Changeloggr/Model/Changelog.pm b/lib/App/Changeloggr/Model/Changelog.pm
index 9b69e65..14d856b 100644
--- a/lib/App/Changeloggr/Model/Changelog.pm
+++ b/lib/App/Changeloggr/Model/Changelog.pm
@@ -43,7 +43,10 @@ sub parse_and_add_changes {
my $self = shift;
my $text = shift;
- my $changes = App::Changeloggr::Model::ChangesCollection->create_from_text($text);
+ my $changes = App::Changeloggr::Model::ChangesCollection->create_from_text(
+ text => $text,
+ changelog => $self,
+ );
return $changes;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list