<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>inc/Module/Install.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Base.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Can.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Fetch.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Makefile.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Metadata.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/Win32.pm</filename>
    </added>
    <added>
      <filename>inc/Module/Install/WriteAll.pm</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,14 @@ Examples/chkshares.pl
 Examples/currency-lookup.pl
 Examples/Quote_example.pl
 Examples/stockdump.pl
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
 INSTALL
 lib/Finance/Quote.pm
 lib/Finance/Quote/AEX.pm</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,58 @@
 #!/usr/bin/perl -w
 use strict;
+use inc::Module::Install;
 
-use ExtUtils::MakeMaker;
+# Ugly parens are used in this Makefile.PL for backwards compatibility
+# with some old dh-make-perl systems on Debian.
 
-WriteMakefile( NAME         =&gt; &quot;Finance::Quote&quot;,
-               PREREQ_PM    =&gt; { &quot;LWP::UserAgent&quot; =&gt; 0,
-				 &quot;Crypt::SSLeay&quot; =&gt; 0,
-                                 &quot;HTTP::Request::Common&quot; =&gt; 0,
-				 &quot;HTML::TableExtract&quot; =&gt; 0},
-               VERSION_FROM =&gt; &quot;lib/Finance/Quote.pm&quot;
-             );
+name(           'Finance-Quote');
+all_from(       'lib/Finance/Quote.pm');
+
+# We'd like to have multiple authors listed.  See future_use below.
+
+author('Paul Fenwick &lt;pjf@cpan.org&gt;');
+
+=begin future_use
+
+# Module::Install currently doesn't support multiple authors.
+# When it does, the following may prove useful.
+
+author(
+    'Dj Padzensky &lt;djpadz@padz.net&gt;',
+    'Linas Vepstas &lt;linas@linas.org&gt;',
+    'Yannick LE NY &lt;y-le-ny@ifrance.com&gt;',
+    'Paul Fenwick &lt;pjf@cpan.org&gt;',
+    'Brent Neal &lt;brentn@users.sourceforge.net&gt;',
+    'Volker Stuerzl &lt;volker.stuerzl@gmx.de&gt;',
+    'Keith Refson &lt;Keith.Refson#earth.ox.ac.uk&gt;',
+    'Rob Sessink &lt;rob_ses@users.sourceforge.net&gt;',
+    'Leigh Wedding &lt;leigh.wedding@telstra.com&gt;',
+    'Tobias Vancura &lt;tvancura@altavista.net&gt;',
+    'James Treacy &lt;treacy@debian.org&gt;',
+);
+
+=end future_use
+
+=cut
+
+requires(       'LWP::UserAgent'            =&gt; 0);
+requires(       'Crypt::SSLeay'             =&gt; 0);
+requires(       'HTTP::Request::Common'     =&gt; 0);
+requires(       'HTML::TableExtract'        =&gt; 0);
+
+test_requires(  'Test'                      =&gt; 0);
+test_requires(  'Test::More'                =&gt; 0);
+
+# Lowercase resource names have special meanings in the META.yml spec.
+
+resources(      repository =&gt; 'http://github.com/pfenwick/finance-quote/');
+resources(      bugtracker =&gt; 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Finance-Quote');
+resources(      homepage   =&gt; 'http://finance-quote.sourceforge.net/');
+
+# Uppercase resource names are not special in the spec.
+
+resource(       MailingList =&gt; 'https://lists.sourceforge.net/lists/listinfo/finance-quote-devel');
+
+# And we're done!
+
+WriteAll();</diff>
      <filename>Makefile.PL</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3fdbbddda11b94208069b2cd2e49aed1b6af94fc</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/finance-quote/commit/4d3f0740397b2394b0d24712250bcbc904c14be6</url>
  <id>4d3f0740397b2394b0d24712250bcbc904c14be6</id>
  <committed-date>2008-09-22T19:49:39-07:00</committed-date>
  <authored-date>2008-09-22T19:49:39-07:00</authored-date>
  <message>Upgrade Makefile.PL from EUMM to Module::Install</message>
  <tree>5eb0cdc8efbb45038dbc5a643b02ad9e5f598afd</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
