Changeset 16278 for lang/perl/Algorithm-EquivalenceSets
- Timestamp:
- 07/25/08 03:55:19 (4 months ago)
- Location:
- lang/perl/Algorithm-EquivalenceSets/trunk
- Files:
-
- 4 added
- 4 modified
-
.shipit (modified) (1 diff)
-
LICENSE (added)
-
MANIFEST (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Algorithm/EquivalenceSets.pm (modified) (3 diffs)
-
t/00_compile.t (added)
-
t/00_perl_critic.t (added)
-
t/00_pod.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Algorithm-EquivalenceSets/trunk/.shipit
r12704 r16278 1 steps = ApplyYAMLChangeLogVersion, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter1 steps = FindVersion, ChangeVersion, CheckChangeLog, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter 2 2 3 3 svk.tagpattern = //local/coderepos/Algorithm-EquivalenceSets/tags/Algorithm-EquivalenceSets-%v -
lang/perl/Algorithm-EquivalenceSets/trunk/MANIFEST
r9727 r16278 9 9 inc/Module/Install/Makefile.pm 10 10 inc/Module/Install/Metadata.pm 11 inc/Module/Install/StandardTests.pm12 inc/Module/Install/Template.pm13 11 inc/Module/Install/Win32.pm 14 12 inc/Module/Install/WriteAll.pm 15 13 inc/Test/Compile.pm 16 14 inc/Test/More.pm 17 inc/UNIVERSAL/require.pm18 15 lib/Algorithm/EquivalenceSets.pm 16 LICENSE 19 17 Makefile.PL 20 18 MANIFEST This list of files 21 19 META.yml 22 20 README 21 t/00_compile.t 22 t/00_perl_critic.t 23 t/00_pod.t 23 24 t/01_misc.t 24 25 t/perlcriticrc -
lang/perl/Algorithm-EquivalenceSets/trunk/Makefile.PL
r9727 r16278 9 9 10 10 build_requires 'Test::More' => '0.70'; 11 build_requires 'Test::Compile'; 11 12 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 13 auto_install; 21 14 auto_include; -
lang/perl/Algorithm-EquivalenceSets/trunk/lib/Algorithm/EquivalenceSets.pm
r9727 r16278 5 5 6 6 7 our $VERSION = '0.0 2';7 our $VERSION = '0.03'; 8 8 9 9 … … 51 51 __END__ 52 52 53 {% USE p = PodGenerated %}54 55 53 =head1 NAME 56 54 57 {% p.package %}- Group sets transitively55 Algorithm::EquivalenceSets - Group sets transitively 58 56 59 57 =head1 SYNOPSIS 60 58 61 use {% p.package %};59 use Algorithm::EquivalenceSets; 62 60 63 61 my @sets = ( … … 90 88 context, or as a reference to that array in scalar context. 91 89 92 {% PROCESS standard_pod %} 90 =head1 BUGS AND LIMITATIONS 91 92 No bugs have been reported. 93 94 Please report any bugs or feature requests through the web interface at 95 L<http://rt.cpan.org>. 96 97 =head1 INSTALLATION 98 99 See perlmodinstall for information and options on installing Perl modules. 100 101 =head1 AVAILABILITY 102 103 The latest version of this module is available from the Comprehensive Perl 104 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 105 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 106 107 =head1 AUTHOR 108 109 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 110 111 =head1 COPYRIGHT AND LICENSE 112 113 Copyright 2007 by Marcel GrE<uuml>nauer 114 115 This library is free software; you can redistribute it and/or modify 116 it under the same terms as Perl itself. 93 117 94 118 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)