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.3.3 Sat May 19 08:42:31 PM 2007 [ASKSH@cpan.org]
    - Modwheel::Crypt::PLAINTEXT now gives a warning upon use.
    - Moved FCGI stuff outside this dist. To be added to a new separate dist.
      it's not finished yet anyway.
    - Cleaned up requirements. Reviewed required versions ++.
    - New requirement: UNIVERSAL::require.
    - No longer requires Crypt::Eksblowfish, but it's highly recommended to install atleast one
      one-crypt cryptography support module. (this is what PLAINTEXT's warning is about).
    - Fixed some bugs with the SQLite2 support.
    - Added the user_session.sql file for SQLite2.

0.3.3 Sat May 19 08:41:52 PM 2007 [ASKSH@cpan.org]
    - Modwheel/Crypt.pm             - New interface for cryptography support.
    - Modwheel/Crypt/Base.pm        - Base class for cryptography support modules.
    - Modwheel/Crypt/Eksblowfish.pm - Crypt::Eksblowfish support.
    - Modwheel/Crypt/UnixCrypt.pm   - Crypt::UnixCrypt support.
    - Modwheel/Crypt/PLAINTEXT.pm   - Fallback module if no other alternatives available.

0.3.3 Sat May 19 04:03:32 PM 2007 [ASKSH@cpan.org]
    - Modwheel.pm: Changed =item for method list to =head3.

0.3.2 Sat May 19 02:26:16 PM 2007 [Alexandr Ciornii CHORNY@cpan.org]
    - Digest::SHA1 did not changed anything important from 2.07 to 2.11. So
      minimum required version should be 2.07.
      Same for HTML::Tagset 3.03 - 3.10.
     [cpan-rt-ticket: 27197]
     [cpan-rt-url: http://rt.cpan.org//Ticket/Display.html?id=27197]

0.3.2 Sat May 19 01:31:34 PM 2007 [ASKSH@cpan.org]
    - Makefile.PL and Build.PL now uses the same config. (Which is config.ph).
    - Makefile.PL now works just like Build.PL. (writes BuildConfig and Installer classes).

0.3.2 Sat May 19 02:34:17 AM 2007 [ASKSH@cpan.org]
    - Modwheel now tested using Modwheel::BuildConfig instead of explicit prefix.
    - All test files in t/ now uses File::Spec to generate paths and files.
    - Changed Modwheel description in README and POD for Modwheel.pm

0.3.1 Sat May 19 01:26:32 AM 2007 [ASKSH@cpan.org]
    - Makefile.PL does not work properly at the moment. You need Module::Build.
    - FCGI in development.
    - New configuration method. (Modwheel::Configure, modstrap configure, Modwheel::REPL::Prompt).
    - New installation method.
       (bin/modstrap, inc/Module/Build/M.pm, inc/M/Bootstrap.pm, inc/M/InstallerBuilder.pm)
    - mod, a modwheel REPL. (Modwheel::REPL).
    - Class::InsideOut::Policy::Modwheel has isa => 'Class::Name' support for attributes to automaticly
      create objects if they don't exist.
    - Started work on user sessions.
    - More documentation.
    - Added support for SQLite and SQLite2.

0.2.4 Sun Apr 29 00:56:00 AM 2007 [ASKSH@cpan.org]
    - Object serialiation and diff now uses JSON::Syck instead of YAML::Syck.
    - Added karma to objects.

0.2.3 Sat Apr 28 03: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 09: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 09: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 04: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 06:51:00 PM 2007 [ASKSH@cpan.org]
    - Initial version