[cairo-commit] cairo-perl ChangeLog, 1.69, 1.70 Makefile.PL, 1.26, 1.27
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Oct 7 12:03:03 PDT 2007
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv10631
Modified Files:
ChangeLog Makefile.PL
Log Message:
* Makefile.PL: Make EU::MM output configure_requires and no_index
information when generating META.yml.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- ChangeLog 7 Oct 2007 13:11:58 -0000 1.69
+++ ChangeLog 7 Oct 2007 19:03:00 -0000 1.70
@@ -1,5 +1,8 @@
2007-10-07 Torsten Schoenfeld <kaffeetisch at gmx.de>
+ * Makefile.PL: Make EU::MM output configure_requires and no_index
+ information when generating META.yml.
+
* t/CairoSurface.t (PNG surface tests): Since exceptions are
actually propagated now, throw the same kind of exception we test
for.
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.PL 6 Oct 2007 11:58:38 -0000 1.26
+++ Makefile.PL 7 Oct 2007 19:03:00 -0000 1.27
@@ -347,7 +347,18 @@
XSPROTOARG => '-noprototypes',
FUNCLIST => \@exports,
DL_FUNCS => { Cairo=> [] },
+
$dep->get_makefile_vars,
+
+ EXTRA_META => qq(
+configure_requires:
+ ExtUtils::Depends: $prereqs{'ExtUtils::Depends'}
+ ExtUtils::PkgConfig: $prereqs{'ExtUtils::PkgConfig'}
+
+no_index:
+ file:
+ - MakeHelper.pm
+),
);
sub MY::postamble
More information about the cairo-commit
mailing list