[cairo-commit] cairo-perl ChangeLog, 1.36, 1.37 Makefile.PL, 1.19,
1.20
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Aug 27 05:42:34 PDT 2006
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv9057
Modified Files:
ChangeLog Makefile.PL
Log Message:
* Makefile.PL: Make EU::MM export our symbols on Win32.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- ChangeLog 20 Aug 2006 18:33:22 -0000 1.36
+++ ChangeLog 27 Aug 2006 12:42:32 -0000 1.37
@@ -1,3 +1,7 @@
+2006-08-27 tsch
+
+ * Makefile.PL: Make EU::MM export our symbols on Win32.
+
2006-08-20 tsch
* MakeHelper.pm: Revert the last commit which used real enum types
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.PL 20 Aug 2006 18:09:47 -0000 1.19
+++ Makefile.PL 27 Aug 2006 12:42:32 -0000 1.20
@@ -299,12 +299,29 @@
build/cairo-perl-auto.typemap));
$dep->save_config ('build/IFiles.pm');
+my @exports = qw(
+ cairo_object_from_sv
+ cairo_object_to_sv
+ cairo_struct_from_sv
+ cairo_struct_to_sv
+ newSVCairoFontExtents
+ newSVCairoTextExtents
+ newSVCairoGlyph
+ SvCairoGlyph
+ newSVCairoPath
+ SvCairoPath
+ cairo_surface_to_sv
+ cairo_pattern_to_sv
+);
+
WriteMakefile (
NAME => 'Cairo',
VERSION_FROM => 'Cairo.pm',
ABSTRACT_FROM => 'Cairo.pm',
PREREQ_PM => \%prereqs,
XSPROTOARG => '-noprototypes',
+ FUNCLIST => \@exports,
+ DL_FUNCS => { Cairo=> [] },
$dep->get_makefile_vars,
);
More information about the cairo-commit
mailing list