Show
Ignore:
Timestamp:
04/06/08 01:45:42 (8 months ago)
Author:
vkgtaro
Message:

lang/perl/Acme-DRYCopyPaste:

  • このモジュール自体の SYNOPSIS も typo ってたw
  • ついでに CGI.pm の SYNOPSIS が動いたので、こっちにしてみた
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-DRYCopyPaste/trunk/lib/Acme/DRYCopyPaste.pm

    r8949 r8950  
    5858Acme::DRYCopyPaste - Copy && Paste but it's DRY! 
    5959 
    60 =head1 SYNOPSYS 
     60=head1 SYNOPSIS 
    6161 
    6262 use  Acme::DRYCopyPaste; 
    6363 my $d = Acme::DRYCopyPaste->new(); 
    6464 $d->module('Perl6::Say')->copy( 50, 52)->paste(); 
    65  $d->synopsis->paste(); # it works but Perl6::Say SYNOPSYS generate error. 
     65 $d->module('CGI')->synopsis->paste(); # paste CGI SYNOPSIS 
    6666 
    6767=head1 DESCRIPTION