<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>xt/boilerplate.t</filename>
    </added>
    <added>
      <filename>xt/pod-coverage.t</filename>
    </added>
    <added>
      <filename>xt/pod.t</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+0.013:
+    - Bring Carp::Clan::Share into 2009
+    - Dropped Build.PL support
+
 0.012 Friday January 25 12:29:43 PST 2008:
     - Fixed some small testing issues
 </diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,17 @@
-.PHONY: all test time clean distclean dist distcheck upload distupload
+.PHONY: all test clean distclean dist
 
 all: test
 
-dist distclean test tardist: Makefile
-	make -f $&lt; $@
+dist:
+	rm -rf inc META.y*ml
+	perl Makefile.PL
+	$(MAKE) -f Makefile dist
+
+install distclean tardist: Makefile
+	$(MAKE) -f $&lt; $@
+
+test: Makefile
+	TEST_RELEASE=1 $(MAKE) -f $&lt; $@
 
 Makefile: Makefile.PL
 	perl $&lt;
@@ -12,4 +20,4 @@ clean: distclean
 
 reset: clean
 	perl Makefile.PL
-	make -f Makefile test
+	$(MAKE) test</diff>
      <filename>GNUmakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,13 @@
 Changes
 MANIFEST
 Makefile.PL
-Build.PL
 README
 lib/Carp/Clan/Share.pm
 META.yml
-inc/Module/AutoInstall.pm
 inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
 inc/Module/Install/Base.pm
-inc/Module/Install/Build.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm
@@ -21,9 +16,9 @@ t/00-load.t
 t/01-basic.t
 t/02-verbose.t
 t/03-carp.t
-t/author/boilerplate.t
-t/author/pod-coverage.t
-t/author/pod.t
+xt/boilerplate.t
+xt/pod-coverage.t
+xt/pod.t
 t/Bag.pm
 t/Bag/A.pm
 t/Bag/B.pm</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -4,11 +4,34 @@ name     'Carp-Clan-Share';
 all_from 'lib/Carp/Clan/Share.pm';
 author   'Robert Krimen &lt;rkrimen@cpan.org&gt;';
 
-build_requires 'Test::More';
+resources repository =&gt; 'http://github.com/robertkrimen/Carp-Clan-Share/tree/master';
 
-requires 'Carp::Clan';
+{
+    require ExtUtils::MakeMaker;
+    use strict;
+    no strict 'refs';
 
-auto_install;
+    my $libscan = \&amp;{&quot;ExtUtils::MM_Any::libscan&quot;};
+    *{&quot;ExtUtils::MM_Any::libscan&quot;} = sub {
+        return '' unless $libscan-&gt;(@_);
+        return '' if $_[1] =~ /\.sw[p-z]$/;
+        return $_[1];
+    };
+}
 
-WriteAll;
+{
+    map { my ($pk, $vr) = split m/\s/; build_requires $pk =&gt; $vr || 0 } grep { ! /^\s*#/ } split m/\n/, &lt;&lt;_END_;
+Test::More
+_END_
+
+    map { my ($pk, $vr) = split m/\s/; requires $pk =&gt; $vr || 0 } grep { ! /^\s*#/ } split m/\n/, &lt;&lt;_END_;
+Carp::Clan
+_END_
+}
 
+if (-e 'inc/.author') {
+    my $all_from = join '/', 'lib', split m/-/, name . '.pm';
+    `perldoc -tF $all_from &gt; README` if ! -e 'README' || (stat $all_from)[9] &gt; (stat 'README')[9];
+}
+
+WriteAll;</diff>
      <filename>Makefile.PL</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Build.PL</filename>
    </removed>
    <removed>
      <filename>t.template</filename>
    </removed>
    <removed>
      <filename>t/author/boilerplate.t</filename>
    </removed>
    <removed>
      <filename>t/author/pod-coverage.t</filename>
    </removed>
    <removed>
      <filename>t/author/pod.t</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>2c2b950c069572cf73e01ba611af417632c03789</id>
    </parent>
  </parents>
  <author>
    <name>robertkrimen</name>
    <email>robertkrimen@gmail.com</email>
  </author>
  <url>http://github.com/robertkrimen/Carp-Clan-Share/commit/cf4b03a469017592dd3ed153a4f9a18312b4d469</url>
  <id>cf4b03a469017592dd3ed153a4f9a18312b4d469</id>
  <committed-date>2009-05-12T21:47:11-07:00</committed-date>
  <authored-date>2009-05-12T21:47:11-07:00</authored-date>
  <message>Bring Carp::Clan::Share into 2009
Dropped Build.PL support</message>
  <tree>49698942cc33d2086452b71f24f26f993f9da4b8</tree>
  <committer>
    <name>robertkrimen</name>
    <email>robertkrimen@gmail.com</email>
  </committer>
</commit>
