Show
Ignore:
Timestamp:
07/25/08 00:44:32 (4 months ago)
Author:
hanekomu
Message:

r4860@pcgr: marcel | 2008-07-24 17:29:21 +0200
reverted to standard style dist

Location:
lang/perl/Acme-Tiroler/trunk
Files:
5 added
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-Tiroler/trunk/Changes

    r12703 r16264  
    1 --- 
    2 global: 
    3   name: Acme-Tiroler 
    4 releases: 
    5   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    6     changes: 
    7       - Changed Changes file to YAML style 
    8       - added Twitter step to .shipit 
    9       - added autp_install and process_templates to Makefile.PL 
    10       - converted Acme::Tiroler to use generated pod 
    11       - updated MANIFEST 
    12       - updated MANIFEST 
    13       - updated t/perlcriticrc 
    14       - updated MANIFEST 
    15       - updated MANIFEST 
    16       - '.shipit: fixed svk.tagpattern' 
    17     date: 2008-05-29T11:59:50Z 
    18     tags: 
    19       - NEWFEATURE 
    20     version: 0.03 
    21   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    22     changes: 
    23       - more realistic example program (thanks pepl) 
    24     date: 2007-10-23T18:24:42+02:00 
    25     tags: [] 
    26     version: 0.02 
    27   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    28     changes: 
    29       - original version 
    30     date: 2007-10-23T18:24:42+02:00 
    31     tags: [] 
    32     version: 0.01 
     1Revision history for Perl extension Acme-Tiroler 
     2 
     30.04  Thu Jul 24 17:20:30 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
     4     - Changed dist style and Changes back to standard. People didn't like it - 
     5       the nail that sticks out gets hammered down. 
     6     - Added standard test files; this will also help with CPANTS. 
     7 
     80.03  Thu, 29 May 2008 11:59:50 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     9     - Changed Changes file to YAML style 
     10     - added Twitter step to .shipit 
     11     - added autp_install and process_templates to Makefile.PL 
     12     - converted Acme::Tiroler to use generated pod 
     13     - updated MANIFEST 
     14     - updated t/perlcriticrc 
     15     - .shipit: fixed svk.tagpattern 
     16     - tags: NEWFEATURE 
     17 
     180.02  Tue, 23 Oct 2007 18:24:42 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     19     - more realistic example program (thanks pepl) 
     20 
     210.01  Tue, 23 Oct 2007 18:24:42 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     22     - original version 
  • lang/perl/Acme-Tiroler/trunk/MANIFEST

    r9726 r16264  
    1010inc/Module/Install/Makefile.pm 
    1111inc/Module/Install/Metadata.pm 
    12 inc/Module/Install/StandardTests.pm 
    13 inc/Module/Install/Template.pm 
    1412inc/Module/Install/Win32.pm 
    1513inc/Module/Install/WriteAll.pm 
    16 inc/Test/Compile.pm 
    1714inc/Test/More.pm 
    18 inc/UNIVERSAL/require.pm 
    1915lib/Acme/Tiroler.pm 
     16LICENSE 
    2017Makefile.PL 
    2118MANIFEST                        This list of files 
    2219META.yml 
    2320README 
     21t/00_compile.t 
     22t/00_perl_critic.t 
     23t/00_pod.t 
     24t/00_pod_coverage.t 
    2425t/perlcriticrc 
  • lang/perl/Acme-Tiroler/trunk/Makefile.PL

    r9726 r16264  
    1010build_requires 'Test::More' => '0.70'; 
    1111 
    12 process_templates( 
    13     first_year => 2007, 
    14     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    15     start_tag  => '{%', 
    16     end_tag    => '%}', 
    17 ); 
    18  
    19 use_standard_tests(without => 'pod_coverage'); 
    2012auto_install; 
    2113auto_include; 
  • lang/perl/Acme-Tiroler/trunk/lib/Acme/Tiroler.pm

    r9726 r16264  
    44use warnings; 
    55 
    6 our $VERSION = '0.03'; 
     6our $VERSION = '0.04'; 
    77 
    88use Filter::Simple; 
     
    2222 
    2323__END__ 
    24  
    25 {% USE p = PodGenerated %} 
    2624 
    2725=head1 NAME 
     
    5553Actually, it might be used as an exercise to learn PPI... 
    5654 
    57 {% PROCESS standard_pod %} 
     55=head1 BUGS AND LIMITATIONS 
     56 
     57No bugs have been reported. 
     58 
     59Please report any bugs or feature requests through the web interface at 
     60L<http://rt.cpan.org>. 
     61 
     62=head1 INSTALLATION 
     63 
     64See perlmodinstall for information and options on installing Perl modules. 
     65 
     66=head1 AVAILABILITY 
     67 
     68The latest version of this module is available from the Comprehensive Perl 
     69Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     70site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     71 
     72=head1 AUTHOR 
     73 
     74Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     75 
     76=head1 COPYRIGHT AND LICENSE 
     77 
     78Copyright 2007 by Marcel GrE<uuml>nauer 
     79 
     80This library is free software; you can redistribute it and/or modify 
     81it under the same terms as Perl itself. 
    5882 
    5983=cut