diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-12-23 02:58:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-12-23 02:58:37 +0000 |
commit | 64eb076a73dfda87f0ee813d5f376e90ff8ff4e1 (patch) | |
tree | 971c46a63616e3ba9bbbe6449d4b75a410dc676f /textproc/p5-XML-AutoWriter/files/patch-Makefile.PL | |
parent | - Update to 0.8-01 (diff) |
- Fix breakage with perl 5.16.
PR: ports/170698
Submitted by: Dave Evans <dave.evans55@googlemail.com>
Notes
Notes:
svn path=/head/; revision=309411
Diffstat (limited to 'textproc/p5-XML-AutoWriter/files/patch-Makefile.PL')
-rw-r--r-- | textproc/p5-XML-AutoWriter/files/patch-Makefile.PL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL b/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL new file mode 100644 index 000000000000..3f87a71d3a9b --- /dev/null +++ b/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- Makefile.PL.orig 2012-12-23 11:07:17.511361339 +0900 ++++ Makefile.PL 2012-12-23 11:09:35.165438990 +0900 +@@ -9,7 +9,6 @@ + build_requires => 'Test'; + build_requires => 'IO::File'; + +-auto_set_repository; + auto_manifest; + auto_install; + WriteAll; |