[Bps-public-commit] r17704 - in Net-Google-Code/trunk: lib/Net/Google lib/Net/Google/Code
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Jan 11 19:55:40 EST 2009
Author: sunnavy
Date: Sun Jan 11 19:55:40 2009
New Revision: 17704
Modified:
Net-Google-Code/trunk/ (props changed)
Net-Google-Code/trunk/lib/Net/Google/Code.pm
Net-Google-Code/trunk/lib/Net/Google/Code/Downloads.pm
Log:
r18727 at sunnavys-mb: sunnavy | 2009-01-12 08:55:28 +0800
rescue for Base -> Role
Modified: Net-Google-Code/trunk/lib/Net/Google/Code.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code.pm Sun Jan 11 19:55:40 2009
@@ -1,7 +1,7 @@
package Net::Google::Code;
use Moose;
-extends 'Net::Google::Code::Base';
+with 'Net::Google::Code::Role';
our $VERSION = '0.02';
Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Downloads.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Downloads.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Downloads.pm Sun Jan 11 19:55:40 2009
@@ -4,7 +4,7 @@
use XML::Atom::Feed;
use Params::Validate qw(:all);
-extends 'Net::Google::Code::Base';
+with 'Net::Google::Code::Role';
our $VERSION = '0.02';
our $AUTHORITY = 'cpan:FAYLAND';
More information about the Bps-public-commit
mailing list