File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22name : JavaScript-Minifier-XS
3- version : 0.02
3+ version : 0.03_01
44author :
55 - Graham TerMarsch (cpan@howlingfrog.com)
66abstract : XS based JavaScript minifier
@@ -14,7 +14,7 @@ build_requires:
1414provides :
1515 JavaScript::Minifier::XS :
1616 file : lib/JavaScript/Minifier/XS.pm
17- version : 0.02
17+ version : 0.03_01
1818generated_by : Module::Build version 0.2808
1919meta-spec :
2020 url : http://module-build.sourceforge.net/META-spec-v1.2.html
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require DynaLoader;
99our @ISA = qw( Exporter DynaLoader) ;
1010our @EXPORT_OK = qw( minify) ;
1111
12- our $VERSION = ' 0.02 ' ;
12+ our $VERSION = ' 0.03_01 ' ;
1313
1414bootstrap JavaScript::Minifier::XS $VERSION ;
1515
You can’t perform that action at this time.
0 commit comments