[Bps-public-commit] App-Changeloggr branch, master, updated. 8d5bbe03188b1a622b4437ce69108ea556f9eced

sartak at bestpractical.com sartak at bestpractical.com
Thu Mar 26 17:26:51 EDT 2009


The branch, master has been updated
       via  8d5bbe03188b1a622b4437ce69108ea556f9eced (commit)
      from  c1bedc219614d5cc50c854b47d9d8db8d4d36653 (commit)

Summary of changes:
 lib/App/Changeloggr/Action/AddChanges.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 8d5bbe03188b1a622b4437ce69108ea556f9eced
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Mar 26 17:26:43 2009 -0400

    Success message

diff --git a/lib/App/Changeloggr/Action/AddChanges.pm b/lib/App/Changeloggr/Action/AddChanges.pm
index 4aead2c..aeccf06 100644
--- a/lib/App/Changeloggr/Action/AddChanges.pm
+++ b/lib/App/Changeloggr/Action/AddChanges.pm
@@ -44,6 +44,8 @@ sub validate_admin_token {
 sub take_action {
     my $self = shift;
     my $changelog = $self->get_changelog;
+
+    $self->result->message("Added your changes!");
 }
 
 1;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list