[Bps-public-commit] App-Changeloggr branch, master, updated. 20548fbc8419c2dc54662197dffee726cf0bad82

sartak at bestpractical.com sartak at bestpractical.com
Fri May 22 14:59:00 EDT 2009


The branch, master has been updated
       via  20548fbc8419c2dc54662197dffee726cf0bad82 (commit)
      from  c012e2a400b7940d9fb8da6ba2a6c9805c8d8dd3 (commit)

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

- Log -----------------------------------------------------------------
commit 20548fbc8419c2dc54662197dffee726cf0bad82
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri May 22 14:58:55 2009 -0400

    Error typo

diff --git a/lib/App/Changeloggr/Model/TagCollection.pm b/lib/App/Changeloggr/Model/TagCollection.pm
index 9776302..1389c75 100644
--- a/lib/App/Changeloggr/Model/TagCollection.pm
+++ b/lib/App/Changeloggr/Model/TagCollection.pm
@@ -23,7 +23,7 @@ sub limit_to_visible {
         );
     }
     else {
-        Carp::confess "You must use SQLite or Postgres, or fix Tags->limit_to_visible for your RDBMS. Sorry. :(";
+        Carp::confess "You must use SQLite or Postgres, or fix TagCollection->limit_to_visible for your RDBMS. Sorry. :(";
     }
 
     return $self;

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



More information about the Bps-public-commit mailing list