openbsd-ports/textproc/p5-Text-Tmpl/patches/patch-Makefile_PL
naddy 0027f3b7e0 Import Text-Tmpl 0.28. Submitted by Alex Feinberg <alex@strlen.net>.
Text::Tmpl is a simplified template library, which allows for text
template to be interpreted from a Perl script. The template language
allows for variables, flow control, and loops, and the template format
can be defined from the perl script.
2003-05-11 01:22:17 +00:00

12 lines
541 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2003/05/11 01:22:17 naddy Exp $
--- Makefile.PL.orig Sat May 10 19:08:54 2003
+++ Makefile.PL Sat May 10 19:09:01 2003
@@ -6,7 +6,6 @@ WriteMakefile(
'OBJECT' => 'context.o default_tags.o nclist.o parser.o '
. 'staglist.o tagplist.o template.o varlist.o '
. 'tokens.o perl_tags.o Tmpl.o',
- 'OPTIMIZE' => '-O3',
'INC' => '-I.',
'MAN3PODS' => {
'Tmpl.pm' => 'blib/man3/Text::Tmpl.3',