[perl-cache commit] r568 - convert to Moose to match CHI 0.23

2 views
Skip to first unread message

codesite...@google.com

unread,
May 25, 2009, 11:49:22 AM5/25/09
to perl-cach...@googlegroups.com
Author: jon...@gmail.com
Date: Mon May 25 08:48:28 2009
New Revision: 568

Modified:
dbi-driver/lib/CHI/Driver/DBI.pm

Log:
convert to Moose to match CHI 0.23

Modified: dbi-driver/lib/CHI/Driver/DBI.pm
==============================================================================
--- dbi-driver/lib/CHI/Driver/DBI.pm (original)
+++ dbi-driver/lib/CHI/Driver/DBI.pm Mon May 25 08:48:28 2009
@@ -5,7 +5,7 @@

use DBI;
use DBI::Const::GetInfoType;
-use Mouse;
+use Moose;
use Carp qw(croak);

our $VERSION = '1.0';
@@ -41,7 +41,7 @@
MySQL when accessed over a local socket is very hard to beat. DBI is
fast.

-Note that this module is built on the Mouse framework, just like the
+Note that this module is built on the Moose framework, just like the
main CHI modules.

=head1 ATTRIBUTES
@@ -108,7 +108,7 @@

=item BUILD

-Standard issue Mouse BUILD method. Used to build the sql_strings. If
+Standard issue Moose BUILD method. Used to build the sql_strings. If
the parameter C<create_table> to C<new()> was set to true, it will
attempt to create the db table. For Mysql and SQLite the statement is
"create if not exists..." so it's generally harmless.

Reply all
Reply to author
Forward
0 new messages