Parent Directory | Revision Log | Patch
revision 1.2 by wakaba, Tue Dec 9 03:22:47 2008 UTC | revision 1.3 by wakaba, Sun Mar 8 14:30:51 2009 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | package Regexp::Parser::JavaScript; | package Regexp::Parser::JavaScript; |
2 | our $VERSION=do{my @r=(q$Revision$=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; | |
3 | use strict; | use strict; |
4 | use warnings; | use warnings; |
5 | ||
# | Line 236 sub init ($) { | Line 237 sub init ($) { |
237 | } # init | } # init |
238 | ||
239 | 1; | 1; |
240 | ||
241 | __END__ | |
242 | ||
243 | =head1 LICENSE | |
244 | ||
245 | Copyright 2008-2009 Wakaba <w@suika.fam.cx>. | |
246 | ||
247 | This library is free software; you can redistribute it and/or modify | |
248 | it under the same terms as Perl itself. | |
249 | ||
250 | =cut | |
251 | ||
252 | # $Date$ |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |