0.3.0 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