Changeset 11211 for lang/perl/Punc/trunk
- Timestamp:
- 05/06/08 19:32:34 (7 months ago)
- Location:
- lang/perl/Punc/trunk/lib/Punc
- Files:
-
- 1 removed
- 1 modified
-
Slave/Module.pm (modified) (2 diffs)
-
Util.pm (deleted)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Punc/trunk/lib/Punc/Slave/Module.pm
r11196 r11211 3 3 use strict; 4 4 use warnings; 5 use Punc::Util;6 5 use Moose; 7 6 use Module::Pluggable; … … 36 35 next unless $default_for; 37 36 my ( $fact ) = keys %$default_for; 38 if ( grep { Punc ::Util->fact($fact) =~ /$_/i } @{ $default_for->{$fact} } ) {37 if ( grep { Punc->context->fact($fact) =~ /$_/i } @{ $default_for->{$fact} } ) { 39 38 $module_to_delegate = $module; 40 39 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)