Changeset 16288 for lang/perl/Aspect

Show
Ignore:
Timestamp:
07/25/08 05:54:33 (4 months ago)
Author:
hanekomu
Message:

Checking in changes prior to tagging of version 0.14. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 16285)
+++ Changes (working copy)
@@ -1,6 +1,9 @@

Revision history for Perl extension Aspect


-0.13 Thu Jul 24 22:46:43 CEST 2008 (Marcel Gruenauer <marcel@…>)
+0.14 Thu Jul 24 22:46:43 CEST 2008 (Marcel Gruenauer <marcel@…>)
+ - fixed dist style
+
+0.13 Thu Jul 24 18:22:15 CEST 2008 (Marcel Gruenauer <marcel@…>)

  • Made sure every module has a $VERSION
  • updated MANIFEST and MANIFEST.SKIP
  • removed META.yml as it is being generated by Module::Install
Location:
lang/perl/Aspect/trunk
Files:
2 modified

Legend:

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

    r16285 r16288  
    11Revision history for Perl extension Aspect 
    22 
    3 0.13  Thu Jul 24 22:46:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
     30.14  Thu Jul 24 22:46:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
     4     - fixed dist style 
     5 
     60.13  Thu Jul 24 18:22:15 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
    47     - Made sure every module has a $VERSION 
    58     - updated MANIFEST and MANIFEST.SKIP 
  • lang/perl/Aspect/trunk/lib/Aspect.pm

    r16279 r16288  
    1111 
    1212 
    13 our $VERSION = '0.13'; 
     13our $VERSION = '0.14'; 
    1414 
    1515