[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 40797fdd12a20f76616fcbd4a82d0ce48e3fcd10

Shawn Moore sartak at bestpractical.com
Wed Feb 9 23:01:55 EST 2011


The branch, master has been updated
       via  40797fdd12a20f76616fcbd4a82d0ce48e3fcd10 (commit)
      from  fe7bf208562b003453b6fab1326b14203b1e9c37 (commit)

Summary of changes:
 lib/Jifty/Plugin/RecordHistory.pm                  |    1 +
 .../lib/TestApp/Plugin/RecordHistory/View.pm       |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 40797fdd12a20f76616fcbd4a82d0ce48e3fcd10
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Feb 9 23:01:39 2011 -0500

    Load View in the plugin so no one else needs to

diff --git a/lib/Jifty/Plugin/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory.pm
index 0a437f6..6a714ec 100644
--- a/lib/Jifty/Plugin/RecordHistory.pm
+++ b/lib/Jifty/Plugin/RecordHistory.pm
@@ -2,6 +2,7 @@ package Jifty::Plugin::RecordHistory;
 use strict;
 use warnings;
 use base qw/Jifty::Plugin/;
+use Jifty::Plugin::RecordHistory::View;
 
 our $VERSION = '0.01';
 
diff --git a/t/TestApp-Plugin-RecordHistory/lib/TestApp/Plugin/RecordHistory/View.pm b/t/TestApp-Plugin-RecordHistory/lib/TestApp/Plugin/RecordHistory/View.pm
index 49057b4..2ccb130 100644
--- a/t/TestApp-Plugin-RecordHistory/lib/TestApp/Plugin/RecordHistory/View.pm
+++ b/t/TestApp-Plugin-RecordHistory/lib/TestApp/Plugin/RecordHistory/View.pm
@@ -1,8 +1,6 @@
 package TestApp::Plugin::RecordHistory::View;
 use Jifty::View::Declare -base;
 
-use Jifty::Plugin::RecordHistory::View;
-
 alias Jifty::Plugin::RecordHistory::View under '/book/history', {
     object_type => 'Book',
 };

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



More information about the Bps-public-commit mailing list