resources repository => 'git://git.shadowcat.co.uk/p5sagit/Class-C3-Componentised.git';
+if ($Module::Install::AUTHOR) {
+
+ print "Regenerating README\n";
+ system('pod2text lib/Class/C3/Componentised.pm > README');
+
+ if (-f 'MANIFEST') {
+ print "Removing MANIFEST\n";
+ unlink 'MANIFEST';
+ }
+}
+
+
WriteAll;
+++ /dev/null
-README for Class::C3::Componentised
-
-Description here
-
-INSTALL
-
- perl Build.PL
- ./Build
- ./Build test
- ./Build install
-
-LICENSE
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.