changeset 50:521c9c1a3ea1

:q
author wizard@linux-odin.local
date Sat, 27 Feb 2010 16:28:45 +0300
parents 16ada169ca75
children a1498298d3ee
files Lib/IMPL/Resources/Strings.pm Lib/IMPL/Security.pm
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) = @_;
     
     
 }
--- 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