From 022b9e6b3f519f7e4041112b407b6769dedd7799 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 21 Dec 2004 17:54:18 +0000 Subject: [PATCH] accidentally committed view_options with /home directory git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@319 48953598-375a-da11-a14b-00016c27c3ee --- t/01basics.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/01basics.t b/t/01basics.t index 2b1518d..3a77f02 100644 --- a/t/01basics.t +++ b/t/01basics.t @@ -15,8 +15,6 @@ $ENV{MAYPOLE_TEMPLATES} = "t/templates"; isa_ok( (bless {},"BeerDB") , "Maypole"); -BeerDB->config->view_options({COMPILE_DIR => '/home/simon/dev/maypole/compiled'}); - # Test the effect of trailing slash on config->uri_base and request URI (my $uri_base = BeerDB->config->uri_base) =~ s:/$::; BeerDB->config->uri_base($uri_base); -- 2.39.2