Show
Ignore:
Timestamp:
05/22/09 23:46:05 (4 years ago)
Author:
fujiwara
Message:

fixed copyright.

Location:
lang/perl/Sub-Pipe/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Sub-Pipe/trunk/Makefile.PL

    r33498 r33508  
    55WriteMakefile( 
    66    NAME                => 'Sub::Pipe', 
    7     AUTHOR              => 'Dan Kogai <dankogai@dan.co.jp>', 
     7    AUTHOR              => 'FUJIWARA Shunichiro <fujiwara@cpan.org>', 
    88    VERSION_FROM        => 'lib/Sub/Pipe.pm', 
    99    ABSTRACT_FROM       => 'lib/Sub/Pipe.pm', 
  • lang/perl/Sub-Pipe/trunk/lib/Sub/Pipe.pm

    r33504 r33508  
    22use warnings; 
    33use strict; 
    4 our $VERSION = sprintf "%d.%02d", q$Revision: 0.1 $ =~ /(\d+)/g; 
     4our $VERSION = sprintf "%d.%02d", q$Revision: 0.2 $ =~ /(\d+)/g; 
    55use base 'Exporter'; 
    66our @EXPORT = qw/joint/; 
     
    7474=head1 AUTHOR 
    7575 
     76FUJIWARA Shunichiro C<< <fujiwara at cpan.org> >> 
     77 
    7678Dan Kogai, C<< <dankogai at dan.co.jp> >> 
    7779 
     
    117119=head1 COPYRIGHT & LICENSE 
    118120 
    119 Copyright 2009 Dan Kogai, all rights reserved. 
     121Copyright 2009 FUJIWARA Shunichiro, all rights reserved. 
    120122 
    121123This program is free software; you can redistribute it and/or modify it