Index: lang/perl/Class-Accessor-Complex/trunk/MANIFEST
===================================================================
--- lang/perl/Class-Accessor-Complex/trunk/MANIFEST (revision 16306)
+++ lang/perl/Class-Accessor-Complex/trunk/MANIFEST (revision 16441)
@@ -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/Class/Accessor/Complex.pm
 LICENSE
Index: lang/perl/Class-Accessor-Complex/trunk/lib/Class/Accessor/Complex.pm
===================================================================
--- lang/perl/Class-Accessor-Complex/trunk/lib/Class/Accessor/Complex.pm (revision 9742)
+++ lang/perl/Class-Accessor-Complex/trunk/lib/Class/Accessor/Complex.pm (revision 16441)
@@ -1503,5 +1503,5 @@
 __END__
 
-{% USE p = PodGenerated %}
+
 
 =head1 NAME
@@ -1986,5 +1986,32 @@
 C<comp2()>.
 
-{% PROCESS standard_pod %}
+=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/Class-Accessor-Complex/trunk/Makefile.PL
===================================================================
--- lang/perl/Class-Accessor-Complex/trunk/Makefile.PL (revision 9742)
+++ lang/perl/Class-Accessor-Complex/trunk/Makefile.PL (revision 16441)
@@ -12,14 +12,10 @@
 requires 'Test::NoWarnings';
 
-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;
 auto_install;
 auto_include;
Index: lang/perl/Class-Accessor-Complex/trunk/Changes
===================================================================
--- lang/perl/Class-Accessor-Complex/trunk/Changes (revision 16306)
+++ lang/perl/Class-Accessor-Complex/trunk/Changes (revision 16441)
@@ -1,3 +1,8 @@
 Revision history for Perl extension Class-Accessor-Complex
+
+0.14  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.13  Thu, 29 May 2008 12:01:12 -0000 (Marcel Gruenauer <marcel@cpan.org>)
Index: lang/perl/Class-Accessor-Complex/trunk/MANIFEST.SKIP
===================================================================
--- lang/perl/Class-Accessor-Complex/trunk/MANIFEST.SKIP (revision 9742)
+++ lang/perl/Class-Accessor-Complex/trunk/MANIFEST.SKIP (revision 16441)
@@ -10,4 +10,5 @@
 ^Build$
 ^blib/
+^pm_to_blib/
 ^_build/
 ^MakeMaker-\d
@@ -27,4 +28,6 @@
 \.old$
 \.swp$
+\.tar$
+\.tar\.gz$
 ^#.*#$
 ^\.#
