Changeset 16459
- Timestamp:
- 07/25/08 23:01:50 (5 years ago)
- Location:
- lang/perl/Data-Domain-Bundle/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Data/Domain/Bundle.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Data-Domain-Bundle/trunk/Changes
r16324 r16459 1 1 Revision history for Perl extension Data-Domain-Bundle 2 3 0.02 Thu Jul 25 15:27:43 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. 2 7 3 8 0.01 Thu, 29 May 2008 12:02:54 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Data-Domain-Bundle/trunk/MANIFEST
r16324 r16459 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/Data/Domain/Bundle.pm 19 16 LICENSE -
lang/perl/Data-Domain-Bundle/trunk/MANIFEST.SKIP
r9756 r16459 10 10 ^Build$ 11 11 ^blib/ 12 ^pm_to_blib/ 12 13 ^_build/ 13 14 ^MakeMaker-\d … … 27 28 \.old$ 28 29 \.swp$ 30 \.tar$ 31 \.tar\.gz$ 29 32 ^#.*#$ 30 33 ^\.# … … 35 38 core 36 39 ^var/ 37 local/ -
lang/perl/Data-Domain-Bundle/trunk/Makefile.PL
r9756 r16459 6 6 perl_version '5.006'; 7 7 8 build_requires 'Test::More' => '0.70'; 8 recommends 'Test::Pod'; 9 recommends 'Test::Pod::Coverage'; 9 10 10 process_templates( 11 first_year => 2007, 12 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 13 start_tag => '{%', 14 end_tag => '%}', 15 ); 11 test_requires 'Test::More' => '0.70'; 12 test_requires 'Test::Compile'; 16 13 17 use_standard_tests(without => 'pod_coverage');18 14 auto_install; 19 15 auto_include; -
lang/perl/Data-Domain-Bundle/trunk/lib/Data/Domain/Bundle.pm
r9756 r16459 13 13 __END__ 14 14 15 {% USE p = PodGenerated %} 15 16 16 17 17 =head1 NAME … … 29 29 =head1 CONTENTS 30 30 31 {% 32 USE c = CPAN.Packages 33 '/Users/marcel/mirrors/minicpan/modules/02packages.details.txt.gz'; 34 c.bundle_by_dist_prefix('prefix' => 'Data-Domain-'); 35 %} 31 Data::Domain::Net 36 32 37 {% PROCESS standard_pod %} 33 Data::Domain::SemanticAdapter 34 35 Data::Domain::URI 36 37 =head1 BUGS AND LIMITATIONS 38 39 No bugs have been reported. 40 41 Please report any bugs or feature requests through the web interface at 42 L<http://rt.cpan.org>. 43 44 =head1 INSTALLATION 45 46 See perlmodinstall for information and options on installing Perl modules. 47 48 =head1 AVAILABILITY 49 50 The latest version of this module is available from the Comprehensive Perl 51 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 52 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 53 54 =head1 AUTHORS 55 56 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 57 58 =head1 COPYRIGHT AND LICENSE 59 60 Copyright 2007-2008 by the authors. 61 62 This library is free software; you can redistribute it and/or modify 63 it under the same terms as Perl itself. 64 38 65 39 66 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)