openbsd-ports/graphics/p5-SVG/patches/patch-lib_SVG_Extension_pm
2012-09-15 07:08:16 +00:00

14 lines
386 B
Plaintext

$OpenBSD: patch-lib_SVG_Extension_pm,v 1.2 2012/09/15 07:08:16 jasper Exp $
--- lib/SVG/Extension.pm.orig Tue May 29 08:39:32 2012
+++ lib/SVG/Extension.pm Sat Sep 15 09:06:56 2012
@@ -30,6 +30,9 @@ our @TYPES = (ELEMENT,ATTLIST,NOTATION,ENTITY);
our %TYPES = map { $_ => 1 } @TYPES;
#-----------------
+=head1 NAME
+
+SVG::Extension
sub new {
return shift->SUPER::new(@_);