Changeset 8950 for lang/perl/Acme-DRYCopyPaste
- Timestamp:
- 04/06/08 01:45:42 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-DRYCopyPaste/trunk/lib/Acme/DRYCopyPaste.pm
r8949 r8950 58 58 Acme::DRYCopyPaste - Copy && Paste but it's DRY! 59 59 60 =head1 SYNOPS YS60 =head1 SYNOPSIS 61 61 62 62 use Acme::DRYCopyPaste; 63 63 my $d = Acme::DRYCopyPaste->new(); 64 64 $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 66 66 67 67 =head1 DESCRIPTION
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)