Changeset 33508 for lang/perl/Sub-Pipe/trunk
- Timestamp:
- 05/22/09 23:46:05 (4 years ago)
- Location:
- lang/perl/Sub-Pipe/trunk
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Sub/Pipe.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Sub-Pipe/trunk/Makefile.PL
r33498 r33508 5 5 WriteMakefile( 6 6 NAME => 'Sub::Pipe', 7 AUTHOR => ' Dan Kogai <dankogai@dan.co.jp>',7 AUTHOR => 'FUJIWARA Shunichiro <fujiwara@cpan.org>', 8 8 VERSION_FROM => 'lib/Sub/Pipe.pm', 9 9 ABSTRACT_FROM => 'lib/Sub/Pipe.pm', -
lang/perl/Sub-Pipe/trunk/lib/Sub/Pipe.pm
r33504 r33508 2 2 use warnings; 3 3 use strict; 4 our $VERSION = sprintf "%d.%02d", q$Revision: 0. 1$ =~ /(\d+)/g;4 our $VERSION = sprintf "%d.%02d", q$Revision: 0.2 $ =~ /(\d+)/g; 5 5 use base 'Exporter'; 6 6 our @EXPORT = qw/joint/; … … 74 74 =head1 AUTHOR 75 75 76 FUJIWARA Shunichiro C<< <fujiwara at cpan.org> >> 77 76 78 Dan Kogai, C<< <dankogai at dan.co.jp> >> 77 79 … … 117 119 =head1 COPYRIGHT & LICENSE 118 120 119 Copyright 2009 Dan Kogai, all rights reserved.121 Copyright 2009 FUJIWARA Shunichiro, all rights reserved. 120 122 121 123 This program is free software; you can redistribute it and/or modify it
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)