The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.2.3 Sat Apr 28 15:06:31 PM 2007 [ASKSH@cpan.org]
    - > From: chris
      > Date: April 27, 2007 19:39
      > Subject: FAIL Modwheel-0.2.2 i386-freebsd-thread-multi-64int 5.3-release
      > Errors in make test:
      >  + t/00-YAML_valid.......You tried to plan twice at t/00-YAML_valid.t line 4 
      >  + t/01-ModWheel.........# Looks like you planned 114 tests but only ran 108. 

      Fixed the plan bug in 00-YAML_valid.t.
      01-Modwheel.t did not skip enough tests when Test::Exception is not
       installed, also fixed.

0.2.3 Fri Apr 27 01:03:23 AM 2007 [ASKSH@cpan.org]
    - Revision database table introduced.
 
0.2.2 Fri Apr 27 21:41:51 PM 2007 [ASKSH@cpan.org]
    - > From: Josts Smokehouse
      > Date: April 27, 2007 08:02
      > Subject: FAIL Modwheel-0.2.1 sun4-solaris-thread-multi 2.9
      > [ERROR] [Fri Apr 27 17:01:54 2007] Signature check failed for module
      > 'Modwheel' -- Not trusting this module, aborting install

      Have to find out why my signature failes. in the mean time the dist is
      not signed.
0.2.2 Fri Apr 27 21:35:23 PM 2007 [ASKSH@cpan.org]
    - > From: chris
      > Date: April 26, 2007 20:41
      > Subject: FAIL Modwheel-0.2.1 i386-freebsd-thread-multi-64int 5.3-release
      > 
      > t/01-ModWheel.........Fatal error: Could not open configuration file
      > (//home/cwill1is/smoke/new/jail/t/config_wo_global_locale.yml): No such file
      > or directory at t/01-ModWheel.t line 242
      > # Looks like you planned 115 tests but only ran 91.
      > # Looks like your test died just after 91.
      > dubious

      We used $ENV{CWD} to test if parseconfig managed to load absolute config
      file path names, but until we have a good way to make sure where the
      absolute path for the configfile will be on any system, we have to
      comment it out. So fixed for now.

0.2.2 Fri Apr 27 12:23:03 PM 2007 [ASKSH@cpan.org]
    - Object serialization & deserialization with checksum checking.
    - Object compare differences. ($object->diff( ) ).
    - New module requirement: Digest::SHA1

0.2.1 Tue Apr 26 16:13:03 PM 2007 [ASKSH@cpan.org]
    - Object prototypes
    - Coheres to Perl::Critic
    - A lot more tests (Now 70% Devel::Cover'age)
    - Now using inside-out objects (Using the helper class
      Class::InsideOut::Policy::Modwheel)

0.1 Mon Apr 2 18:51:00 2007 [ASKSH@cpan.org]
    - Initial version