Changeset 13030

Show
Ignore:
Timestamp:
06/02/08 00:16:48 (5 years ago)
Author:
tokuhirom
Message:

Plaggerize::PluginLoader? was deprecated... orz.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/lib/App/Mobirc.pm

    r13026 r13030  
    11package App::Mobirc; 
    22use Moose; 
    3 with 'App::Mobirc::Role::Context', 'MooseX::Plaggerize', 'MooseX::Plaggerize::PluginLoader'; 
     3with 'App::Mobirc::Role::Context', 'MooseX::Plaggerize'; 
    44use 5.00800; 
    55use Scalar::Util qw/blessed/;