- Timestamp:
- May 4, 2005, 12:09:28 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Metadata-Config/lib/PS/IPP/Metadata/Config.pm
r3840 r3843 1 1 # Copyright (c) 2005 Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.1 5 2005-05-04 21:48:53jhoblitt Exp $3 # $Id: Config.pm,v 1.16 2005-05-04 22:09:28 jhoblitt Exp $ 4 4 5 5 package PS::IPP::Metadata::Config; … … 130 130 scalar 131 131 | vector 132 | comment_line 133 | typedef 134 | metadata 135 | typedef_declare 132 136 | multi_declare 133 | comment_line134 | metadata135 137 | time 136 | typedef_declare137 | typedef138 138 | <error:unmatched statement: $text> 139 139 … … 193 193 194 194 metadata: 195 metadata_name <commit> 195 metadata_name <commit> 196 196 { push @scope_stack, $thisparser->{local}; $thisparser->{local} = {} } 197 197 grammar … … 300 300 301 301 metadata_name: 302 <skip:'[ \t\r]*'> name /METADATA/i "\n"302 <skip:'[ \t\r]*'> name /METADATA/i comment(?) "\n" 303 303 { $item{name} } 304 304 305 305 metadata_end: 306 <skip:'[ \t\r]*'> /END/i "\n"306 <skip:'[ \t\r]*'> /END/i comment(?) "\n" 307 307 308 308 comment:
Note:
See TracChangeset
for help on using the changeset viewer.
