r33741 - in /trunk/dh-make-perl: debian/changelog t/corelist.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Apr 22 18:53:29 UTC 2009


Author: dmn
Date: Wed Apr 22 18:53:24 2009
New Revision: 33741

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33741
Log:
t/corelist.t: ExtUtils::Miniperl is now recognised by Module::CoreList, so
don't mark it as TODO anymore

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/t/corelist.t

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=33741&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Apr 22 18:53:24 2009
@@ -1,10 +1,15 @@
 dh-make-perl (0.55) UNRELEASED; urgency=low
 
+  [ Peter Pentchev ]
   * Tweak the "nocheck" test in debian/rules:
     - unbreak it: do not output the list of the group ID's of
       the developer's local account :)
     - remove the tab in the templates now that the contents is no
       longer a Makefile target command but an ifeq/endif pair instead
+
+  [ Damyan Ivanov ]
+  * t/corelist.t: ExtUtils::Miniperl is now recognised by Module::CoreList, so
+    don't mark it as TODO anymore
 
  -- Peter Pentchev <roam at ringlet.net>  Wed, 22 Apr 2009 17:23:06 +0300
 

Modified: trunk/dh-make-perl/t/corelist.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/corelist.t?rev=33741&op=diff
==============================================================================
--- trunk/dh-make-perl/t/corelist.t (original)
+++ trunk/dh-make-perl/t/corelist.t Wed Apr 22 18:53:24 2009
@@ -29,13 +29,5 @@
     s{/}{::}g;
     s/\.pm$//;
 
-    if ( $_ eq 'ExtUtils::Miniperl' ) {
-        # ExtUtils::Miniperl is not recognized by Module::CoreList
-        local $TODO = "$_ is not recognized by Module::Core:List";
-
-        ok( $maker->is_core_module($_), "$_ is core" );
-    }
-    else {
-        ok( $maker->is_core_module($_), "$_ is core" );
-    }
+    ok( $maker->is_core_module($_), "$_ is core" );
 }




More information about the Pkg-perl-cvs-commits mailing list