From: Tomas Doran Date: Sun, 12 Jul 2009 17:29:43 +0000 (+0000) Subject: Strip trailing whitespace X-Git-Tag: 1.21_01~1^2~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19fecc4217c358eb309e28c8e86aaaac092e4449;hp=4f3b37d3cd4c8948a17f1e347baab938b0f9ad97;p=catagits%2FCatalyst-Devel.git Strip trailing whitespace --- 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);