openbsd-ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/patches/patch-t_basic_t
sthen 389525cae5 Update textproc/p5-Catalyst-View-TT-FunctionGenerator to version 0.02.
Replace NEXT by MRO::Compat.  Fix a test.
Catalyst::View::TT::FunctionGenerator is deprecated.

from Andreas Voegele
2012-04-08 22:04:40 +00:00

13 lines
379 B
Plaintext

$OpenBSD: patch-t_basic_t,v 1.1 2012/04/08 22:04:40 sthen Exp $
--- t/basic.t.orig Wed Mar 7 04:01:01 2007
+++ t/basic.t Sun Nov 6 09:25:20 2011
@@ -16,7 +16,7 @@ $SIG{__DIE__} = \&Carp::confess;
my $moose = bless {}, "Foodiness";
sub moose { $moose }
- my %config;
+ my %config = ( root => '/var/empty' );
sub config { \%config }
sub debug { 0 }