<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,13 +9,8 @@ use FindBin qw($Bin);
 
 require &quot;$Bin/../dh-make-perl&quot;;        # Load our code for testing.
 
-my @std_modules = get_stdmodules();
-
 # Check to see if our module list contains some obvious candidates.
 
-my %modules_index;
-@modules_index{@std_modules} = ();
-
 foreach my $module ( qw(Fatal File::Copy FindBin CGI IO::Handle Safe) ) {
-    ok(exists $modules_index{$module}, &quot;$module should be a core module&quot;);
+    ok(is_core_module($module), &quot;$module should be a core module&quot;);
 }</diff>
      <filename>t/corelist.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c10741af6a1c668822876cc8ae3745b6fd4bd7d</id>
    </parent>
  </parents>
  <author>
    <name>Damyan Ivanov</name>
    <email>dmn@debian.org</email>
  </author>
  <url>http://github.com/pfenwick/dh-make-perl/commit/2dec8c409d796d83360f7e2b7a8241e95684454a</url>
  <id>2dec8c409d796d83360f7e2b7a8241e95684454a</id>
  <committed-date>2008-11-25T14:33:34-08:00</committed-date>
  <authored-date>2008-11-25T14:33:34-08:00</authored-date>
  <message>migrate t/corelist.t from get_stdmodules() to is_core_module()

git-svn-id: file:///svn/pkg-perl/trunk/dh-make-perl@27269 145192d1-2bdb-0310-8ac0-90ff8a91ff6c</message>
  <tree>645d6f11fe9e670ab1aa85cc013a05c10c944e06</tree>
  <committer>
    <name>Damyan Ivanov</name>
    <email>dmn@debian.org</email>
  </committer>
</commit>
