Show
Ignore:
Timestamp:
08/09/08 19:17:15 (5 years ago)
Author:
yappo
Message:

lang/perl/Acme-Acotie: Checking in changes prior to tagging of version 0.02. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 17774)
+++ Changes (local)
@@ -1,4 +1,8 @@

Revision history for Perl extension Acme::Acotie


+0.02 2008-08-09T19:10:21+09:00
+ - add dependents
+ - s/spase/space/g
+

0.01 Thu Jul 24 20:29:24 2008

  • original version
Location:
lang/perl/Acme-Acotie/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-Acotie/trunk/Changes

    r16255 r17288  
    11Revision history for Perl extension Acme::Acotie 
     2 
     30.02    2008-08-09T19:10:21+09:00 
     4        - add dependents 
     5        - s/spase/space/g 
    26 
    370.01    Thu Jul 24 20:29:24 2008 
  • lang/perl/Acme-Acotie/trunk/Makefile.PL

    r16255 r17288  
    33all_from 'lib/Acme/Acotie.pm'; 
    44 
    5 requires $_ for (qw/ /); 
     5requires 'Class::Inspector'; 
     6requires 'List::Util'; 
    67 
    78build_requires 'Test::More'; 
  • lang/perl/Acme-Acotie/trunk/lib/Acme/Acotie.pm

    r16773 r17288  
    33use strict; 
    44use warnings; 
    5 our $VERSION = '0.01'; 
     5our $VERSION = '0.02'; 
    66 
    77use Class::Inspector; 
     
    2929__END__ 
    3030 
     31=for stopwords Namespace namespace Kogai 
     32 
    3133=encoding utf8 
    3234 
     
    4749Kazuhiro Osawa E<lt>ko@yappo.ne.jpE<gt> 
    4850 
    49 =head1 SEE ALSO 
     51=head1 THANKS TO 
     52 
     53id:acotie 
     54Dan Kogai (s/spase/space/g) 
    5055 
    5156=head1 REPOSITORY