Changeset 17288 for lang/perl/Acme-Acotie
- Timestamp:
- 08/09/08 19:17:15 (5 years ago)
- Location:
- lang/perl/Acme-Acotie/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Acme/Acotie.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-Acotie/trunk/Changes
r16255 r17288 1 1 Revision history for Perl extension Acme::Acotie 2 3 0.02 2008-08-09T19:10:21+09:00 4 - add dependents 5 - s/spase/space/g 2 6 3 7 0.01 Thu Jul 24 20:29:24 2008 -
lang/perl/Acme-Acotie/trunk/Makefile.PL
r16255 r17288 3 3 all_from 'lib/Acme/Acotie.pm'; 4 4 5 requires $_ for (qw/ /); 5 requires 'Class::Inspector'; 6 requires 'List::Util'; 6 7 7 8 build_requires 'Test::More'; -
lang/perl/Acme-Acotie/trunk/lib/Acme/Acotie.pm
r16773 r17288 3 3 use strict; 4 4 use warnings; 5 our $VERSION = '0.0 1';5 our $VERSION = '0.02'; 6 6 7 7 use Class::Inspector; … … 29 29 __END__ 30 30 31 =for stopwords Namespace namespace Kogai 32 31 33 =encoding utf8 32 34 … … 47 49 Kazuhiro Osawa E<lt>ko@yappo.ne.jpE<gt> 48 50 49 =head1 SEE ALSO 51 =head1 THANKS TO 52 53 id:acotie 54 Dan Kogai (s/spase/space/g) 50 55 51 56 =head1 REPOSITORY
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)