X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=31fdfefb5896e01667f1ba2f256d32e73c8fd04d;hb=19fecc4217c358eb309e28c8e86aaaac092e4449;hp=2af080c1454917a77576926e92a8665a2bca39c7;hpb=4f3b37d3cd4c8948a17f1e347baab938b0f9ad97;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 2af080c..31fdfef 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -275,7 +275,7 @@ sub next_test { # Do not touch this method, *EVER*, it is needed for back compat. ## addendum: we had to split this method so we could have backwards -## compatability. otherwise, we'd have no way to pass stuff from __DATA__ +## compatability. otherwise, we'd have no way to pass stuff from __DATA__ sub render_file { my ( $self, $file, $path, $vars ) = @_; @@ -523,7 +523,7 @@ sub _find_share_dir { } confess "could not find sharebase by recursion. ended up at $dir, from $file" unless $share_base; - $args->{share_base_dir} = $share_base; + $args->{share_base_dir} = $share_base; } } my $base = $args->{share_base_dir}->subdir($share_name);