Changeset 16264 for lang/perl/Acme-Tiroler
- Timestamp:
- 07/25/08 00:44:32 (4 months ago)
- Location:
- lang/perl/Acme-Tiroler/trunk
- Files:
-
- 5 added
- 4 modified
-
Changes (modified) (1 diff)
-
LICENSE (added)
-
MANIFEST (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Acme/Tiroler.pm (modified) (3 diffs)
-
t/00_compile.t (added)
-
t/00_perl_critic.t (added)
-
t/00_pod.t (added)
-
t/00_pod_coverage.t (added)
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 1 Revision history for Perl extension Acme-Tiroler 2 3 0.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 8 0.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 18 0.02 Tue, 23 Oct 2007 18:24:42 +0200 (Marcel Gruenauer <marcel@cpan.org>) 19 - more realistic example program (thanks pepl) 20 21 0.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 10 10 inc/Module/Install/Makefile.pm 11 11 inc/Module/Install/Metadata.pm 12 inc/Module/Install/StandardTests.pm13 inc/Module/Install/Template.pm14 12 inc/Module/Install/Win32.pm 15 13 inc/Module/Install/WriteAll.pm 16 inc/Test/Compile.pm17 14 inc/Test/More.pm 18 inc/UNIVERSAL/require.pm19 15 lib/Acme/Tiroler.pm 16 LICENSE 20 17 Makefile.PL 21 18 MANIFEST This list of files 22 19 META.yml 23 20 README 21 t/00_compile.t 22 t/00_perl_critic.t 23 t/00_pod.t 24 t/00_pod_coverage.t 24 25 t/perlcriticrc -
lang/perl/Acme-Tiroler/trunk/Makefile.PL
r9726 r16264 10 10 build_requires 'Test::More' => '0.70'; 11 11 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');20 12 auto_install; 21 13 auto_include; -
lang/perl/Acme-Tiroler/trunk/lib/Acme/Tiroler.pm
r9726 r16264 4 4 use warnings; 5 5 6 our $VERSION = '0.0 3';6 our $VERSION = '0.04'; 7 7 8 8 use Filter::Simple; … … 22 22 23 23 __END__ 24 25 {% USE p = PodGenerated %}26 24 27 25 =head1 NAME … … 55 53 Actually, it might be used as an exercise to learn PPI... 56 54 57 {% PROCESS standard_pod %} 55 =head1 BUGS AND LIMITATIONS 56 57 No bugs have been reported. 58 59 Please report any bugs or feature requests through the web interface at 60 L<http://rt.cpan.org>. 61 62 =head1 INSTALLATION 63 64 See perlmodinstall for information and options on installing Perl modules. 65 66 =head1 AVAILABILITY 67 68 The latest version of this module is available from the Comprehensive Perl 69 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 70 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 71 72 =head1 AUTHOR 73 74 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 75 76 =head1 COPYRIGHT AND LICENSE 77 78 Copyright 2007 by Marcel GrE<uuml>nauer 79 80 This library is free software; you can redistribute it and/or modify 81 it under the same terms as Perl itself. 58 82 59 83 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)