Changeset 19010 for lang/perl/Mvalve

Show
Ignore:
Timestamp:
09/08/08 23:30:41 (5 years ago)
Author:
daisuke
Message:

version++

Location:
lang/perl/Mvalve/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Mvalve/trunk/Changes

    r18436 r19010  
    11Changes 
    22======= 
     3 
     40.00014 - 08 Sep 2008 
     5  - Recent versions of Moose (properly) unimport blessed() and confess(),  
     6    which breaks my code depending on it. 
     7  - Recent versions of MooseX::ClassAttribute (properly) makes class 
     8    attributes /not/ able to be required, which breaks my code depending on it. 
    39 
    4100.00013 - 29 Aug 2008 
  • lang/perl/Mvalve/trunk/lib/Mvalve.pm

    r18436 r19010  
    1010use Time::HiRes(); 
    1111 
    12 our $VERSION   = '0.00013'; 
     12our $VERSION   = '0.00014'; 
    1313our $AUTHORITY = "cpan:DMAKI"; 
    1414