Codebase list libcss-squish-perl / b4fffe9
Test::LongString is now a build-dependency upstream IGNORE-VERSION: 0.10-1 * New upstream release * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 (no changes) Jonathan Yu 13 years ago
6 changed file(s) with 24 addition(s) and 11 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>',
0 libcss-squish-perl (0.10-1) UNRELEASED; urgency=low
1
2 Test::LongString is now a build-dependency upstream
3 IGNORE-VERSION: 0.10-1
4
5 * New upstream release
6 * Use new 3.0 (quilt) source format
7 * Standards-Version 3.9.1 (no changes)
8
9 -- Jonathan Yu <jawnsy@cpan.org> Fri, 24 Dec 2010 17:37:22 -0500
10
011 libcss-squish-perl (0.09-1) unstable; urgency=low
112
213 [ Jonathan Yu ]
66 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
77 Uploaders: Niko Tyni <ntyni@debian.org>, Ryan Niebur <ryan@debian.org>,
88 Jonathan Yu <jawnsy@cpan.org>
9 Standards-Version: 3.8.3
9 Standards-Version: 3.9.1
1010 Homepage: http://search.cpan.org/dist/CSS-Squish/
1111 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-squish-perl/
1212 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-squish-perl/
0 3.0 (quilt)
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