Changeset 130 for trunk

Show
Ignore:
Timestamp:
05/21/07 21:48:01 (3 years ago)
Author:
bradfitz
Message:

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

Index: Changes
===================================================================
--- Changes (revision 129)
+++ Changes (working copy)
@@ -1,3 +1,7 @@
+1.01 (may 21, 2007)
+
+ - lot of new/updated docs
+

1.00 (may 21, 2007)


RELEASE NOTE: The author/maintainer of Brackup is finally happy now,

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r126 r130  
     11.01 (may 21, 2007) 
     2 
     3  - lot of new/updated docs 
     4 
    151.00 (may 21, 2007) 
    26 
  • trunk/MANIFEST

    r129 r130  
    4444t/data/test-file.txt 
    4545TODO 
     46META.yml                                 Module meta-data (added by MakeMaker) 
  • trunk/lib/Brackup.pm

    r126 r130  
    22use strict; 
    33use vars qw($VERSION); 
    4 $VERSION = '1.00'; 
     4$VERSION = '1.01'; 
    55 
    66use Brackup::Config;