From 4ec9923ab62f1edda8074dc1715557df2b58a57f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 12:29:05 -0500 Subject: apparently this needs stringification --- lib/Tozt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Tozt.pm b/lib/Tozt.pm index 598c41a..3c139a5 100644 --- a/lib/Tozt.pm +++ b/lib/Tozt.pm @@ -80,7 +80,7 @@ sub render_all { sub update_static { my $self = shift; for my $file ($self->static_dir->children) { - rcopy($file, $self->output_dir); + rcopy($file, $self->output_dir->stringify); } } -- cgit v1.2.3-54-g00ecf