Skip to content

Commit

Permalink
Use Moose instead of Mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Sep 15, 2009
1 parent 1f43de8 commit cc88e43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,7 @@ WriteMakefile(
AUTHOR => 'Dave Pirotte (dpirotte@gmail.com)',
ABSTRACT => 'Perl wrapper around the Mailchimp v1.1 API',
PREREQ_PM => {
'Mouse' => '0.16',
'Moose' => '0.88',
'XMLRPC::Lite' => '0.710.06',
'Test::Simple' => '0.44',
},
Expand Down
1 change: 0 additions & 1 deletion lib/Mail/Chimp.pm
@@ -1,5 +1,4 @@
package Mail::Chimp;
use Mouse;

our $VERSION = '0.12';

Expand Down
2 changes: 1 addition & 1 deletion lib/Mail/Chimp/API.pm
@@ -1,5 +1,5 @@
package Mail::Chimp::API;
use Mouse;
use Moose;

our $VERSION = '0.12';

Expand Down

0 comments on commit cc88e43

Please sign in to comment.