Changeset 16279 for lang/perl/Aspect

Show
Ignore:
Timestamp:
07/25/08 03:56:07 (4 months ago)
Author:
hanekomu
Message:

r4873@pcgr: marcel | 2008-07-24 20:41:11 +0200
reverted dist to standard style

Location:
lang/perl/Aspect/trunk
Files:
4 added
21 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Aspect/trunk/.shipit

    r12707 r16279  
    1 steps = ApplyYAMLChangeLogVersion, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter 
     1steps = FindVersion, ChangeVersion, CheckChangeLog, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter 
    22 
    33svk.tagpattern = //local/coderepos/Aspect/tags/Aspect-%v 
  • lang/perl/Aspect/trunk/MANIFEST

    r9731 r16279  
    2020inc/Module/Install/Makefile.pm 
    2121inc/Module/Install/Metadata.pm 
    22 inc/Module/Install/StandardTests.pm 
    23 inc/Module/Install/Template.pm 
    2422inc/Module/Install/Win32.pm 
    2523inc/Module/Install/WriteAll.pm 
    2624inc/Test/Compile.pm 
    2725inc/Test/More.pm 
    28 inc/UNIVERSAL/require.pm 
    2926lib/Aspect.pm 
    3027lib/Aspect/Advice.pm 
     
    4643lib/Aspect/Pointcut/OrOp.pm 
    4744lib/Aspect/Weaver.pm 
     45LICENSE 
    4846Makefile.PL 
    4947MANIFEST                        This list of files 
    5048META.yml 
    5149README 
     50t/00_compile.t 
     51t/00_perl_critic.t 
     52t/00_pod.t 
    5253t/01_all.t 
    5354t/lib/_Aspect/tests/Advice/Foo.pm 
  • lang/perl/Aspect/trunk/Makefile.PL

    r9731 r16279  
    1111 
    1212build_requires 'Test::More' => '0.70'; 
     13build_requires 'Test::Compile'; 
    1314 
    14 process_templates( 
    15     first_year    => 2001, 
    16     rest_from     => "$ENV{HOME}/.mitlib/standard_pod", 
    17     start_tag     => '{%', 
    18     end_tag       => '%}', 
    19     other_authors => [ 
    20         'Ran Eilam C<< <eilara@cpan.org> >>' 
    21     ], 
    22 ); 
    23  
    24 use_standard_tests(without => 'pod_coverage'); 
    2515auto_install; 
    2616auto_include; 
  • lang/perl/Aspect/trunk/lib/Aspect.pm

    r9731 r16279  
    5656__END__ 
    5757 
    58 {% USE p = PodGenerated %} 
    59  
    6058=head1 NAME 
    6159 
     
    456454distribution. 
    457455 
    458 {% PROCESS standard_pod %} 
     456=head1 BUGS AND LIMITATIONS 
     457 
     458No bugs have been reported. 
     459 
     460Please report any bugs or feature requests through the web interface at 
     461L<http://rt.cpan.org>. 
     462 
     463=head1 INSTALLATION 
     464 
     465See perlmodinstall for information and options on installing Perl modules. 
     466 
     467=head1 AVAILABILITY 
     468 
     469The latest version of this module is available from the Comprehensive Perl 
     470Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     471site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     472 
     473=head1 AUTHORS 
     474 
     475Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     476 
     477Ran Eilam C<< <eilara@cpan.org> >> 
     478 
     479=head1 COPYRIGHT AND LICENSE 
     480 
     481Copyright 2001 by Marcel GrE<uuml>nauer 
     482 
     483This library is free software; you can redistribute it and/or modify 
     484it under the same terms as Perl itself. 
    459485 
    460486=cut 
     487 
  • lang/perl/Aspect/trunk/lib/Aspect/Advice.pm

    r9731 r16279  
    133133See the L<Aspect|::Aspect> pod for a guide to the Aspect module. 
    134134 
    135 {% PROCESS standard_pod %} 
     135=head1 BUGS AND LIMITATIONS 
     136 
     137No bugs have been reported. 
     138 
     139Please report any bugs or feature requests through the web interface at 
     140L<http://rt.cpan.org>. 
     141 
     142=head1 INSTALLATION 
     143 
     144See perlmodinstall for information and options on installing Perl modules. 
     145 
     146=head1 AVAILABILITY 
     147 
     148The latest version of this module is available from the Comprehensive Perl 
     149Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     150site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     151 
     152=head1 AUTHORS 
     153 
     154Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     155 
     156Ran Eilam C<< <eilara@cpan.org> >> 
     157 
     158=head1 COPYRIGHT AND LICENSE 
     159 
     160Copyright 2001 by Marcel GrE<uuml>nauer 
     161 
     162This library is free software; you can redistribute it and/or modify 
     163it under the same terms as Perl itself. 
    136164 
    137165=cut 
     166 
  • lang/perl/Aspect/trunk/lib/Aspect/AdviceContext.pm

    r9731 r16279  
    212212C<Aspect::Pointcut::Cflow> creates contexts for each matched call flow. 
    213213 
    214 {% PROCESS standard_pod %} 
     214=head1 BUGS AND LIMITATIONS 
     215 
     216No bugs have been reported. 
     217 
     218Please report any bugs or feature requests through the web interface at 
     219L<http://rt.cpan.org>. 
     220 
     221=head1 INSTALLATION 
     222 
     223See perlmodinstall for information and options on installing Perl modules. 
     224 
     225=head1 AVAILABILITY 
     226 
     227The latest version of this module is available from the Comprehensive Perl 
     228Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     229site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     230 
     231=head1 AUTHORS 
     232 
     233Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     234 
     235Ran Eilam C<< <eilara@cpan.org> >> 
     236 
     237=head1 COPYRIGHT AND LICENSE 
     238 
     239Copyright 2001 by Marcel GrE<uuml>nauer 
     240 
     241This library is free software; you can redistribute it and/or modify 
     242it under the same terms as Perl itself. 
    215243 
    216244=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/Listenable.pm

    r9731 r16279  
    579579class, by adding the code to fire events inside your "hot" methods. 
    580580 
    581 {% PROCESS standard_pod %} 
     581=head1 BUGS AND LIMITATIONS 
     582 
     583No bugs have been reported. 
     584 
     585Please report any bugs or feature requests through the web interface at 
     586L<http://rt.cpan.org>. 
     587 
     588=head1 INSTALLATION 
     589 
     590See perlmodinstall for information and options on installing Perl modules. 
     591 
     592=head1 AVAILABILITY 
     593 
     594The latest version of this module is available from the Comprehensive Perl 
     595Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     596site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     597 
     598=head1 AUTHORS 
     599 
     600Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     601 
     602Ran Eilam C<< <eilara@cpan.org> >> 
     603 
     604=head1 COPYRIGHT AND LICENSE 
     605 
     606Copyright 2001 by Marcel GrE<uuml>nauer 
     607 
     608This library is free software; you can redistribute it and/or modify 
     609it under the same terms as Perl itself. 
    582610 
    583611=cut 
     612 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/Memoize.pm

    r9731 r16279  
    6262of the distribution. 
    6363 
    64 {% PROCESS standard_pod %} 
     64=head1 BUGS AND LIMITATIONS 
     65 
     66No bugs have been reported. 
     67 
     68Please report any bugs or feature requests through the web interface at 
     69L<http://rt.cpan.org>. 
     70 
     71=head1 INSTALLATION 
     72 
     73See perlmodinstall for information and options on installing Perl modules. 
     74 
     75=head1 AVAILABILITY 
     76 
     77The latest version of this module is available from the Comprehensive Perl 
     78Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     79site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     80 
     81=head1 AUTHORS 
     82 
     83Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     84 
     85Ran Eilam C<< <eilara@cpan.org> >> 
     86 
     87=head1 COPYRIGHT AND LICENSE 
     88 
     89Copyright 2001 by Marcel GrE<uuml>nauer 
     90 
     91This library is free software; you can redistribute it and/or modify 
     92it under the same terms as Perl itself. 
    6593 
    6694=cut 
     95 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/Profiler.pm

    r9731 r16279  
    8282of the distribution. 
    8383 
    84 {% PROCESS standard_pod %} 
     84=head1 BUGS AND LIMITATIONS 
     85 
     86No bugs have been reported. 
     87 
     88Please report any bugs or feature requests through the web interface at 
     89L<http://rt.cpan.org>. 
     90 
     91=head1 INSTALLATION 
     92 
     93See perlmodinstall for information and options on installing Perl modules. 
     94 
     95=head1 AVAILABILITY 
     96 
     97The latest version of this module is available from the Comprehensive Perl 
     98Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     99site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     100 
     101=head1 AUTHORS 
     102 
     103Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     104 
     105Ran Eilam C<< <eilara@cpan.org> >> 
     106 
     107=head1 COPYRIGHT AND LICENSE 
     108 
     109Copyright 2001 by Marcel GrE<uuml>nauer 
     110 
     111This library is free software; you can redistribute it and/or modify 
     112it under the same terms as Perl itself. 
    85113 
    86114=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/Singleton.pm

    r9731 r16279  
    9393C<examples/> directory of the distribution. 
    9494 
    95 {% PROCESS standard_pod %} 
     95=head1 BUGS AND LIMITATIONS 
     96 
     97No bugs have been reported. 
     98 
     99Please report any bugs or feature requests through the web interface at 
     100L<http://rt.cpan.org>. 
     101 
     102=head1 INSTALLATION 
     103 
     104See perlmodinstall for information and options on installing Perl modules. 
     105 
     106=head1 AVAILABILITY 
     107 
     108The latest version of this module is available from the Comprehensive Perl 
     109Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     110site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     111 
     112=head1 AUTHORS 
     113 
     114Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     115 
     116Ran Eilam C<< <eilara@cpan.org> >> 
     117 
     118=head1 COPYRIGHT AND LICENSE 
     119 
     120Copyright 2001 by Marcel GrE<uuml>nauer 
     121 
     122This library is free software; you can redistribute it and/or modify 
     123it under the same terms as Perl itself. 
    96124 
    97125=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/TestClass.pm

    r9731 r16279  
    9797C<XUL-Node> tests use this aspect extensively. 
    9898 
    99 {% PROCESS standard_pod %} 
     99=head1 BUGS AND LIMITATIONS 
     100 
     101No bugs have been reported. 
     102 
     103Please report any bugs or feature requests through the web interface at 
     104L<http://rt.cpan.org>. 
     105 
     106=head1 INSTALLATION 
     107 
     108See perlmodinstall for information and options on installing Perl modules. 
     109 
     110=head1 AVAILABILITY 
     111 
     112The latest version of this module is available from the Comprehensive Perl 
     113Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     114site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     115 
     116=head1 AUTHORS 
     117 
     118Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     119 
     120Ran Eilam C<< <eilara@cpan.org> >> 
     121 
     122=head1 COPYRIGHT AND LICENSE 
     123 
     124Copyright 2001 by Marcel GrE<uuml>nauer 
     125 
     126This library is free software; you can redistribute it and/or modify 
     127it under the same terms as Perl itself. 
    100128 
    101129=cut 
     130 
  • lang/perl/Aspect/trunk/lib/Aspect/Library/Wormhole.pm

    r9731 r16279  
    130130C<examples/> directory of the distribution. 
    131131 
    132 {% PROCESS standard_pod %} 
     132=head1 BUGS AND LIMITATIONS 
     133 
     134No bugs have been reported. 
     135 
     136Please report any bugs or feature requests through the web interface at 
     137L<http://rt.cpan.org>. 
     138 
     139=head1 INSTALLATION 
     140 
     141See perlmodinstall for information and options on installing Perl modules. 
     142 
     143=head1 AVAILABILITY 
     144 
     145The latest version of this module is available from the Comprehensive Perl 
     146Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     147site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     148 
     149=head1 AUTHORS 
     150 
     151Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     152 
     153Ran Eilam C<< <eilara@cpan.org> >> 
     154 
     155=head1 COPYRIGHT AND LICENSE 
     156 
     157Copyright 2001 by Marcel GrE<uuml>nauer 
     158 
     159This library is free software; you can redistribute it and/or modify 
     160it under the same terms as Perl itself. 
    133161 
    134162=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Modular.pm

    r9731 r16279  
    9393package. L<Aspect::Library::Singleton> for example. 
    9494 
    95 {% PROCESS standard_pod %} 
     95=head1 BUGS AND LIMITATIONS 
     96 
     97No bugs have been reported. 
     98 
     99Please report any bugs or feature requests through the web interface at 
     100L<http://rt.cpan.org>. 
     101 
     102=head1 INSTALLATION 
     103 
     104See perlmodinstall for information and options on installing Perl modules. 
     105 
     106=head1 AVAILABILITY 
     107 
     108The latest version of this module is available from the Comprehensive Perl 
     109Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     110site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     111 
     112=head1 AUTHORS 
     113 
     114Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     115 
     116Ran Eilam C<< <eilara@cpan.org> >> 
     117 
     118=head1 COPYRIGHT AND LICENSE 
     119 
     120Copyright 2001 by Marcel GrE<uuml>nauer 
     121 
     122This library is free software; you can redistribute it and/or modify 
     123it under the same terms as Perl itself. 
    96124 
    97125=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Pointcut.pm

    r9731 r16279  
    4848__END__ 
    4949 
    50 {% USE p = PodGenerated %} 
    51  
    5250=head1 NAME 
    5351 
     
    7270See the L<Aspect|::Aspect> pod for a guide to the Aspect module. 
    7371 
    74 {% PROCESS standard_pod %} 
     72=head1 BUGS AND LIMITATIONS 
     73 
     74No bugs have been reported. 
     75 
     76Please report any bugs or feature requests through the web interface at 
     77L<http://rt.cpan.org>. 
     78 
     79=head1 INSTALLATION 
     80 
     81See perlmodinstall for information and options on installing Perl modules. 
     82 
     83=head1 AVAILABILITY 
     84 
     85The latest version of this module is available from the Comprehensive Perl 
     86Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     87site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     88 
     89=head1 AUTHORS 
     90 
     91Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     92 
     93Ran Eilam C<< <eilara@cpan.org> >> 
     94 
     95=head1 COPYRIGHT AND LICENSE 
     96 
     97Copyright 2001 by Marcel GrE<uuml>nauer 
     98 
     99This library is free software; you can redistribute it and/or modify 
     100it under the same terms as Perl itself. 
    75101 
    76102=cut 
     103 
  • lang/perl/Aspect/trunk/lib/Aspect/Pointcut/AndOp.pm

    r9731 r16279  
    1919__END__ 
    2020 
    21 {% USE p = PodGenerated %} 
    22  
    2321=head1 NAME 
    2422 
    25 {% p.package %} - Logical 'and' operation pointcut 
     23Aspect::Pointcut::AndOp - Logical 'and' operation pointcut 
    2624 
    2725=head1 SYNOPSIS 
    2826 
    29     {% p.package %}->new; 
     27    Aspect::Pointcut::AndOp->new; 
    3028 
    3129=head1 DESCRIPTION 
     
    3331None yet. 
    3432 
    35 {% PROCESS standard_pod %} 
     33=head1 BUGS AND LIMITATIONS 
     34 
     35No bugs have been reported. 
     36 
     37Please report any bugs or feature requests through the web interface at 
     38L<http://rt.cpan.org>. 
     39 
     40=head1 INSTALLATION 
     41 
     42See perlmodinstall for information and options on installing Perl modules. 
     43 
     44=head1 AVAILABILITY 
     45 
     46The latest version of this module is available from the Comprehensive Perl 
     47Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     48site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     49 
     50=head1 AUTHORS 
     51 
     52Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     53 
     54Ran Eilam C<< <eilara@cpan.org> >> 
     55 
     56=head1 COPYRIGHT AND LICENSE 
     57 
     58Copyright 2001 by Marcel GrE<uuml>nauer 
     59 
     60This library is free software; you can redistribute it and/or modify 
     61it under the same terms as Perl itself. 
    3662 
    3763=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Pointcut/BinOp.pm

    r9731 r16279  
    4242__END__ 
    4343 
    44 {% USE p = PodGenerated %} 
    45  
    4644=head1 NAME 
    4745 
    48 {% p.package %} - Binary operation pointcut 
     46Aspect::Pointcut::BinOp - Binary operation pointcut 
    4947 
    5048=head1 SYNOPSIS 
    5149 
    52     {% p.package %}->new; 
     50    Aspect::Pointcut::BinOp->new; 
    5351 
    5452=head1 DESCRIPTION 
     
    5654None yet. 
    5755 
    58 {% PROCESS standard_pod %} 
     56=head1 BUGS AND LIMITATIONS 
     57 
     58No bugs have been reported. 
     59 
     60Please report any bugs or feature requests through the web interface at 
     61L<http://rt.cpan.org>. 
     62 
     63=head1 INSTALLATION 
     64 
     65See perlmodinstall for information and options on installing Perl modules. 
     66 
     67=head1 AVAILABILITY 
     68 
     69The latest version of this module is available from the Comprehensive Perl 
     70Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     71site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     72 
     73=head1 AUTHORS 
     74 
     75Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     76 
     77Ran Eilam C<< <eilara@cpan.org> >> 
     78 
     79=head1 COPYRIGHT AND LICENSE 
     80 
     81Copyright 2001 by Marcel GrE<uuml>nauer 
     82 
     83This library is free software; you can redistribute it and/or modify 
     84it under the same terms as Perl itself. 
    5985 
    6086=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Pointcut/Call.pm

    r9731 r16279  
    2424__END__ 
    2525 
    26 {% USE p = PodGenerated %} 
    27  
    2826=head1 NAME 
    2927 
    30 {% p.package %} - Call pointcut 
     28Aspect::Pointcut::Call - Call pointcut 
    3129 
    3230=head1 SYNOPSIS 
    3331 
    34     {% p.package %}->new; 
     32    Aspect::Pointcut::Call->new; 
    3533 
    3634=head1 DESCRIPTION 
     
    3836None yet. 
    3937 
    40 {% PROCESS standard_pod %} 
     38=head1 BUGS AND LIMITATIONS 
     39 
     40No bugs have been reported. 
     41 
     42Please report any bugs or feature requests through the web interface at 
     43L<http://rt.cpan.org>. 
     44 
     45=head1 INSTALLATION 
     46 
     47See perlmodinstall for information and options on installing Perl modules. 
     48 
     49=head1 AVAILABILITY 
     50 
     51The latest version of this module is available from the Comprehensive Perl 
     52Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     53site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     54 
     55=head1 AUTHORS 
     56 
     57Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     58 
     59Ran Eilam C<< <eilara@cpan.org> >> 
     60 
     61=head1 COPYRIGHT AND LICENSE 
     62 
     63Copyright 2001 by Marcel GrE<uuml>nauer 
     64 
     65This library is free software; you can redistribute it and/or modify 
     66it under the same terms as Perl itself. 
    4167 
    4268=cut 
  • lang/perl/Aspect/trunk/lib/Aspect/Pointcut/Cflow.pm

    r9731 r16279  
    6262__END__ 
    6363 
    64 {% USE p = PodGenerated %} 
    65  
    6664=head1 NAME 
    6765 
    68 {% p.package %} - Cflow pointcut 
     66Aspect::Pointcut::Cflow - Cflow pointcut 
    6967 
    7068=head1 SYNOPSIS 
    7169 
    72     {% p.package %}->new; 
     70    Aspect::Pointcut::Cflow->new; 
    7371 
    7472=head1 DESCRIPTION