Changeset 8949 for lang/perl/Acme-DRYCopyPaste
- Timestamp:
- 04/06/08 01:37:02 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-DRYCopyPaste/trunk/lib/Acme/DRYCopyPaste.pm
r8948 r8949 12 12 } 13 13 14 sub synops ys {14 sub synopsis { 15 15 my $self = shift; 16 16 … … 63 63 my $d = Acme::DRYCopyPaste->new(); 64 64 $d->module('Perl6::Say')->copy( 50, 52)->paste(); 65 $d->synops ys->paste(); # it works but Perl6::Say SYNOPSYS generate error.65 $d->synopsis->paste(); # it works but Perl6::Say SYNOPSYS generate error. 66 66 67 67 =head1 DESCRIPTION
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)