# HG changeset patch # User wizard@linux-odin.local # Date 1267277325 -10800 # Node ID 521c9c1a3ea1a45387fb7c12cff389988fafc2f7 # Parent 16ada169ca7561efaa3e0fdfef19a15831339c66 :q diff -r 16ada169ca75 -r 521c9c1a3ea1 Lib/IMPL/Resources/Strings.pm --- a/Lib/IMPL/Resources/Strings.pm Fri Feb 26 10:49:21 2010 +0300 +++ b/Lib/IMPL/Resources/Strings.pm Sat Feb 27 16:28:45 2010 +0300 @@ -35,12 +35,12 @@ - my $stringsStorage = findResource(@Locations,$Base,$Locale,) + my $stringsStorage = findResource($class,@ways); } sub findResource { - my (@locations,$file,%options) = @_; + my ($class,$refWays) = @_; } diff -r 16ada169ca75 -r 521c9c1a3ea1 Lib/IMPL/Security.pm --- a/Lib/IMPL/Security.pm Fri Feb 26 10:49:21 2010 +0300 +++ b/Lib/IMPL/Security.pm Sat Feb 27 16:28:45 2010 +0300 @@ -1,3 +1,13 @@ package IMPL::Security; 1; + +__END__ + +=pod + +=head1 DESCRIPTION + + + +=cut \ No newline at end of file