View | Details | Raw Unified | Return to bug 94926
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Time-Piece
8
PORTNAME=	Time-Piece
9
PORTVERSION=	1.09
9
PORTVERSION=	1.09
10
PORTREVISION=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Time
13
MASTER_SITE_SUBDIR=	Time
(-)files/patch-Piece.pm (+10 lines)
Added Link Here
1
--- ./Piece.pm.orig	Sun Feb 26 20:49:20 2006
2
+++ ./Piece.pm	Sun Feb 26 20:49:50 2006
3
@@ -121,6 +121,7 @@
4
   for my $method (@methods) {
5
     if (exists $_special_exports{$method}) {
6
       no strict 'refs';
7
+      no warnings 'redefine';
8
       *{$to . "::$method"} = $_special_exports{$method}->($class);
9
     } else {
10
       $class->SUPER::export($to, $method);

Return to bug 94926