- work around Module::Depends::Intrusive bug #21229
authorTony Cook <tony@develop=help.com>
Mon, 3 Dec 2007 00:51:52 +0000 (00:51 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 3 Dec 2007 00:51:52 +0000 (00:51 +0000)
allow Makefile.PL to be required

Changes
Makefile.PL
TODO

diff --git a/Changes b/Changes
index 6ed31baad6f05b72367473930a737208f7979ed7..0feaf2c02328de22611ee915dcab8af48c3a6975 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,12 @@ Bug fixes:
    gif_left.
    Thanks to Eleneldil G. Arilou for pointing this out.
 
+ - t/t82inline.t no longer loads B at runtime, to work around a bug
+   in some 5.005_0[45] installations.
+   http://rt.cpan.org/Ticket/Display.html?id=30508
+
+ - work around Module::Depends::Intrusive bug #21229
+   http://rt.cpan.org/Ticket/Display.html?id=30520
 
 Imager 0.61_02 - 28 November 2007
 ==============
index 460feedc0d4ff71687f96dd3913b73c9282bae97..a5d24e67bf99501e0641817d8c8f0f1d1d1261f6 100644 (file)
@@ -995,3 +995,9 @@ YAML
   }
 }
 
+# This isn't a module, but some broken tools, like
+# Module::Depends::Instrusive insist on treating it like one.
+#
+# http://rt.cpan.org/Public/Bug/Display.html?id=21229
+
+1;
diff --git a/TODO b/TODO
index 1e4415be63d1b942182208563a84616d0f2bd332..30f644a1002bbdd8b06614851b8a83618771854f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,7 +51,7 @@ the hardinvert filter inverts the alpha channels, this probably isn't
 desirable (#30002)
 
 "dh-make-perl --build --cpan Imager" fails on require Makefile.PL
-(#30520)
+(#30520) (fixed)
 
 Wrong link in Imager Pod (#30889) (done)