[Catalyst-commits] r10312 -
Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Wed May 27 09:35:17 GMT 2009
Author: dhoss
Date: 2009-05-27 09:35:17 +0000 (Wed, 27 May 2009)
New Revision: 10312
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
Log:
changed get_images to get_files so get_file doesn't break (more)
Modified: Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-05-27 09:33:13 UTC (rev 10311)
+++ Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-05-27 09:35:17 UTC (rev 10312)
@@ -500,12 +500,12 @@
}
-=head2 get_images
+=head2 get_fielss
-get all of our image files
+get all of our files, so get_file doesn't break
=cut
-sub get_images {
+sub get_files {
my ( $self, $version, $name ) = shift;
my $dir = $self->get_version_dir($version);
return file($dir, $name);
More information about the Catalyst-commits
mailing list