Index: /lang/perl/Data-Domain-Bundle/trunk/MANIFEST
===================================================================
--- /lang/perl/Data-Domain-Bundle/trunk/MANIFEST (revision 16324)
+++ /lang/perl/Data-Domain-Bundle/trunk/MANIFEST (revision 16459)
@@ -9,11 +9,8 @@
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
-inc/Module/Install/StandardTests.pm
-inc/Module/Install/Template.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
 inc/Test/Compile.pm
 inc/Test/More.pm
-inc/UNIVERSAL/require.pm
 lib/Data/Domain/Bundle.pm
 LICENSE
Index: /lang/perl/Data-Domain-Bundle/trunk/lib/Data/Domain/Bundle.pm
===================================================================
--- /lang/perl/Data-Domain-Bundle/trunk/lib/Data/Domain/Bundle.pm (revision 9756)
+++ /lang/perl/Data-Domain-Bundle/trunk/lib/Data/Domain/Bundle.pm (revision 16459)
@@ -13,5 +13,5 @@
 __END__
 
-{% USE p = PodGenerated %}
+
 
 =head1 NAME
@@ -29,11 +29,38 @@
 =head1 CONTENTS
 
-{%
-    USE c = CPAN.Packages
-        '/Users/marcel/mirrors/minicpan/modules/02packages.details.txt.gz';
-    c.bundle_by_dist_prefix('prefix' => 'Data-Domain-');
-%}
+Data::Domain::Net
 
-{% PROCESS standard_pod %}
+Data::Domain::SemanticAdapter
+
+Data::Domain::URI
+
+=head1 BUGS AND LIMITATIONS
+
+No bugs have been reported.
+
+Please report any bugs or feature requests through the web interface at
+L<http://rt.cpan.org>.
+
+=head1 INSTALLATION
+
+See perlmodinstall for information and options on installing Perl modules.
+
+=head1 AVAILABILITY
+
+The latest version of this module is available from the Comprehensive Perl
+Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN
+site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
+
+=head1 AUTHORS
+
+Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright 2007-2008 by the authors.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
 
 =cut
Index: /lang/perl/Data-Domain-Bundle/trunk/Makefile.PL
===================================================================
--- /lang/perl/Data-Domain-Bundle/trunk/Makefile.PL (revision 9756)
+++ /lang/perl/Data-Domain-Bundle/trunk/Makefile.PL (revision 16459)
@@ -6,14 +6,10 @@
 perl_version '5.006';
 
-build_requires 'Test::More' => '0.70';
+recommends 'Test::Pod';
+recommends 'Test::Pod::Coverage';
 
-process_templates(
-    first_year => 2007,
-    rest_from  => "$ENV{HOME}/.mitlib/standard_pod",
-    start_tag  => '{%',
-    end_tag    => '%}',
-);
+test_requires 'Test::More' => '0.70';
+test_requires 'Test::Compile';
 
-use_standard_tests(without => 'pod_coverage');
 auto_install;
 auto_include;
Index: /lang/perl/Data-Domain-Bundle/trunk/Changes
===================================================================
--- /lang/perl/Data-Domain-Bundle/trunk/Changes (revision 16324)
+++ /lang/perl/Data-Domain-Bundle/trunk/Changes (revision 16459)
@@ -1,3 +1,8 @@
 Revision history for Perl extension Data-Domain-Bundle
+
+0.02  Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
+     - Changed dist style and Changes back to standard. People didn't like it -
+       the nail that sticks out gets hammered down.
+     - Added standard test files; this will also help with CPANTS.
 
 0.01  Thu, 29 May 2008 12:02:54 -0000 (Marcel Gruenauer <marcel@cpan.org>)
Index: /lang/perl/Data-Domain-Bundle/trunk/MANIFEST.SKIP
===================================================================
--- /lang/perl/Data-Domain-Bundle/trunk/MANIFEST.SKIP (revision 9756)
+++ /lang/perl/Data-Domain-Bundle/trunk/MANIFEST.SKIP (revision 16459)
@@ -10,4 +10,5 @@
 ^Build$
 ^blib/
+^pm_to_blib/
 ^_build/
 ^MakeMaker-\d
@@ -27,4 +28,6 @@
 \.old$
 \.swp$
+\.tar$
+\.tar\.gz$
 ^#.*#$
 ^\.#
@@ -35,3 +38,2 @@
 core
 ^var/
-local/
