/[Apache-SVN]/perl/modperl/trunk/lib/ModPerl/StructureMap.pm
ViewVC logotype

Diff of /perl/modperl/trunk/lib/ModPerl/StructureMap.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/lib/ModPerl/StructureMap.pm	2005/03/02 03:29:42	155862
+++ perl/modperl/trunk/lib/ModPerl/StructureMap.pm	2005/03/02 03:32:35	155863
@@ -128,6 +128,9 @@ sub parse {
                 elsif ($1 eq '$') {
                     $map->{$class}->{$_} = 'r+w_startup';
                 }
+                elsif ($1 eq '%') {
+                    $map->{$class}->{$_} = 'r+w_startup_dup';
+                }
             }
             else {
                 $map->{$class}->{$_} = undef;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26