The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Class-Plugin-Util

0.005  Sat Aug 11 11:50:00 AM 2007 [asksh@cpan.org]
    -  VERSION BUMP 0.005 Impact: None.
    -  TESTS: Test::Kwalitee, Test::Pod::Coverage, Test::Pod and
       Test::YAML::Meta now changed to author only tests.
    -  REMOVED DEPENDENCY: UNIVERSAL::require
         added new function instead: _require_class($class),
         as this does not add the require function to every single class.
         also it has a class name to filename cache, and tests if the
         class-name passed as parameter actually is a valid Perl class.

0.004  Thu May 24 17:20:00 PM 2007 [asksh@cpan.org]
    -  VERSION BUMP 0.004 Impact: None.
    -  BUG Severity: tests broken.
        Fixed a bug with testing for Test::Perl::Critic in t/perlcritic.t
    -  FEATURE
        Added t/perlcriticrc
    -  REMOVED DEPENDENCY: Params::Util
       Stole _CLASS from Params::Util, as we don't wanna load all of it.
    -  Fixed up import to only load Carp when necessary.

0.003  Wed May 23 17:06:25 PM 2007
       Initial release.