pkgsrc/textproc/p5-Template-Plugin-Latex/patches/patch-aa
mef 2048a4ce0a Updated textproc/p5-Template-Plugin-Latex 3.06 to 3.09
#------------------------------------------------------------------------
# Version 3.09
# -----------------------------------------------------------------------
* Add 3.08 Changelog item

#------------------------------------------------------------------------
# Version 3.08
# -----------------------------------------------------------------------
* Fixed test case
* Updated README and MANIFEST files

#------------------------------------------------------------------------
# Version 3.07
# -----------------------------------------------------------------------
* Tests no longer obfuscate the fact they didn't run
* Tests now explicitly run pdflatex or xelatex (adjusting to LaTeX::Driver)
2016-07-20 14:53:09 +00:00

15 lines
492 B
Text

$NetBSD: patch-aa,v 1.3 2016/07/20 14:53:10 mef Exp $
Convert pkgname to CPAN name
--- Makefile.PL.orig 2015-05-06 12:01:31.000000000 +0900
+++ Makefile.PL 2015-05-06 12:03:03.000000000 +0900
@@ -17,7 +17,7 @@ our $ACCEPT = 0;
our $WIN32 = ($^O eq 'MSWin32');
my %opts = (
- 'NAME' => 'Template-Plugin-Latex',
+ 'NAME' => 'Template::Plugin::Latex',
'VERSION_FROM' => 'lib/Template/Plugin/Latex.pm',
'PMLIBDIRS' => [ 'lib' ],
'PREREQ_PM' => {