- Timestamp:
- 07/23/08 16:21:14 (6 months ago)
- Location:
- perl5/Pugs-Compiler-Rule
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Pugs/Compiler/Rule.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Rule/Changes
r21437 r21454 1 0.33 2008-07-23 1 2 - added unicode property 'isLr' 2 3 - fixed character-class name rule -
perl5/Pugs-Compiler-Rule/lib/Pugs/Compiler/Rule.pm
r21420 r21454 5 5 package Pugs::Compiler::Rule; 6 6 7 our $VERSION = '0.3 2';7 our $VERSION = '0.33'; 8 8 9 9 use base 'Pugs::Compiler::Regex';
