Codebase list libcss-squish-perl / f017e93
[svn-upgrade] new version libcss-squish-perl (0.10) Jonathan Yu 13 years ago
3 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 --- #YAML:1.0
11 name: CSS-Squish
2 version: 0.09
2 version: 0.10
33 abstract: Compact many CSS files into one big file
44 author:
55 - Thomas Sibley <trs@bestpractical.com>
88 configure_requires:
99 ExtUtils::MakeMaker: 0
1010 build_requires:
11 ExtUtils::MakeMaker: 0
11 Test::LongString: 0
1212 requires:
13 File::Spec: 0
14 perl: 5.008
15 Scalar::Util: 0
16 Test::LongString: 0
17 URI: 0
18 URI::file: 0
13 File::Spec: 0
14 perl: 5.008
15 Scalar::Util: 0
16 URI: 0
17 URI::file: 0
1918 no_index:
2019 directory:
2120 - t
2221 - inc
23 generated_by: ExtUtils::MakeMaker version 6.54
22 generated_by: ExtUtils::MakeMaker version 6.56
2423 meta-spec:
2524 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2625 version: 1.4
1111 'URI' => 0,
1212 'URI::file' => 0,
1313 'Scalar::Util' => 0,
14 },
15 BUILD_REQUIRES => {
1416 'Test::LongString' => 0,
1517 },
1618 AUTHOR => 'Thomas Sibley <trs@bestpractical.com>',
33
44 package CSS::Squish;
55
6 $CSS::Squish::VERSION = '0.09';
6 $CSS::Squish::VERSION = '0.10';
77
88 # Setting this to true will enable lots of debug logging about what
99 # CSS::Squish is doing