diff options
| author | fukachan <fukachan> | 2003-09-30 14:27:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-09-30 14:27:09 +0000 |
| commit | 65bff2c39f014e32c503c22b29b7c7d84a303add (patch) | |
| tree | 991adb6bcd225a3b9b036edeab880cef1e74c6dd /fml/lib/FML/Restriction | |
| parent | 6f2ba02e24f819b083994cc86dbc8e3d6da4bd9d (diff) | |
| download | fml8-65bff2c39f014e32c503c22b29b7c7d84a303add.tar.gz fml8-65bff2c39f014e32c503c22b29b7c7d84a303add.tar.bz2 fml8-65bff2c39f014e32c503c22b29b7c7d84a303add.zip | |
define language regexp
Diffstat (limited to 'fml/lib/FML/Restriction')
| -rw-r--r-- | fml/lib/FML/Restriction/Base.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/lib/FML/Restriction/Base.pm b/fml/lib/FML/Restriction/Base.pm index d6fd40ae..58c7eb21 100644 --- a/fml/lib/FML/Restriction/Base.pm +++ b/fml/lib/FML/Restriction/Base.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Base.pm,v 1.22 2003/04/29 12:33:24 fukachan Exp $ +# $FML: Base.pm,v 1.23 2003/08/23 04:35:41 fukachan Exp $ # package FML::Restriction::Base; @@ -118,6 +118,9 @@ my %basic_variable = # unix command switch 'command_line_options' => $option_regexp, + + # misc + 'language' => $option_regexp, ); |
