[Bps-public-commit] r16391 - in Path-Dispatcher/trunk: lib/Path/Dispatcher/Rule
sartak at bestpractical.com
sartak at bestpractical.com
Mon Oct 20 08:05:50 EDT 2008
Author: sartak
Date: Mon Oct 20 08:05:49 2008
New Revision: 16391
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm
Log:
r74183 at onn: sartak | 2008-10-20 08:05:45 -0400
Make under rules immutable and remove their sugar
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Under.pm Mon Oct 20 08:05:49 2008
@@ -39,6 +39,10 @@
return grep { defined } map { $_->match($suffix) } $self->rules;
}
+__PACKAGE__->meta->make_immutable;
+no Moose;
+no Moose::Util::TypeConstraints;
+
1;
__END__
More information about the Bps-public-commit
mailing list