diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 08:24:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 08:24:10 +0800 |
commit | 19b5365f6b139c7191946e258da022ec68b68aae (patch) | |
tree | 4990bae9244500995b17e09935bbc08d9237ae46 /databases/p5-Class-DBI-AsForm | |
parent | 57c32dc81cc68f2ead82ce301c410dc4e8133415 (diff) | |
download | freebsd-ports-gnome-19b5365f6b139c7191946e258da022ec68b68aae.tar.gz freebsd-ports-gnome-19b5365f6b139c7191946e258da022ec68b68aae.tar.zst freebsd-ports-gnome-19b5365f6b139c7191946e258da022ec68b68aae.zip |
Drop support for perl 5.003.
Hat: portmgr
Diffstat (limited to 'databases/p5-Class-DBI-AsForm')
-rw-r--r-- | databases/p5-Class-DBI-AsForm/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm | 25 |
2 files changed, 1 insertions, 34 deletions
diff --git a/databases/p5-Class-DBI-AsForm/Makefile b/databases/p5-Class-DBI-AsForm/Makefile index b78649295a20..ae9d51d67d29 100644 --- a/databases/p5-Class-DBI-AsForm/Makefile +++ b/databases/p5-Class-DBI-AsForm/Makefile @@ -23,12 +23,4 @@ PERL_CONFIGURE= yes MAN3= Class::DBI::AsForm.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES= ${PATCHDIR}/500503-AsForm.pm -post-patch: - @${RM} ${WRKSRC}/lib/Class/DBI/AsForm.pm.orig -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm b/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm deleted file mode 100644 index 3f84859e4e74..000000000000 --- a/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm +++ /dev/null @@ -1,25 +0,0 @@ ---- lib/Class/DBI/AsForm.pm.orig Wed Sep 7 11:53:35 2005 -+++ lib/Class/DBI/AsForm.pm Wed Sep 7 11:55:48 2005 -@@ -1,18 +1,17 @@ - package Class::DBI::AsForm; - --use 5.006; --our $VERSION = '2.42'; -+use vars qw($VERSION $OLD_STYLE @EXPORT); -+$VERSION = '2.42'; - - use strict; --use warnings; - - use base 'Exporter'; - - use Class::DBI::Plugin::Type (); - use HTML::Element; - --our $OLD_STYLE = 0; --our @EXPORT = qw( to_cgi to_field _to_textarea _to_textfield _to_select -+$OLD_STYLE = 0; -+@EXPORT = qw( to_cgi to_field _to_textarea _to_textfield _to_select - type_of ); - - =head1 NAME |