r66242 - in /branches/upstream/libcss-squish-perl/current: META.yml Makefile.PL lib/CSS/Squish.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Fri Dec 24 22:11:59 UTC 2010
Author: jawnsy-guest
Date: Fri Dec 24 22:11:48 2010
New Revision: 66242
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66242
Log:
[svn-upgrade] new version libcss-squish-perl (0.10)
Modified:
branches/upstream/libcss-squish-perl/current/META.yml
branches/upstream/libcss-squish-perl/current/Makefile.PL
branches/upstream/libcss-squish-perl/current/lib/CSS/Squish.pm
Modified: branches/upstream/libcss-squish-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcss-squish-perl/current/META.yml?rev=66242&op=diff
==============================================================================
--- branches/upstream/libcss-squish-perl/current/META.yml (original)
+++ branches/upstream/libcss-squish-perl/current/META.yml Fri Dec 24 22:11:48 2010
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CSS-Squish
-version: 0.09
+version: 0.10
abstract: Compact many CSS files into one big file
author:
- Thomas Sibley <trs at bestpractical.com>
@@ -9,19 +9,18 @@
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
- ExtUtils::MakeMaker: 0
+ Test::LongString: 0
requires:
- File::Spec: 0
- perl: 5.008
- Scalar::Util: 0
- Test::LongString: 0
- URI: 0
- URI::file: 0
+ File::Spec: 0
+ perl: 5.008
+ Scalar::Util: 0
+ URI: 0
+ URI::file: 0
no_index:
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.54
+generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
Modified: branches/upstream/libcss-squish-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcss-squish-perl/current/Makefile.PL?rev=66242&op=diff
==============================================================================
--- branches/upstream/libcss-squish-perl/current/Makefile.PL (original)
+++ branches/upstream/libcss-squish-perl/current/Makefile.PL Fri Dec 24 22:11:48 2010
@@ -12,6 +12,8 @@
'URI' => 0,
'URI::file' => 0,
'Scalar::Util' => 0,
+ },
+ BUILD_REQUIRES => {
'Test::LongString' => 0,
},
AUTHOR => 'Thomas Sibley <trs at bestpractical.com>',
Modified: branches/upstream/libcss-squish-perl/current/lib/CSS/Squish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcss-squish-perl/current/lib/CSS/Squish.pm?rev=66242&op=diff
==============================================================================
--- branches/upstream/libcss-squish-perl/current/lib/CSS/Squish.pm (original)
+++ branches/upstream/libcss-squish-perl/current/lib/CSS/Squish.pm Fri Dec 24 22:11:48 2010
@@ -4,7 +4,7 @@
package CSS::Squish;
-$CSS::Squish::VERSION = '0.09';
+$CSS::Squish::VERSION = '0.10';
# Setting this to true will enable lots of debug logging about what
# CSS::Squish is doing
More information about the Pkg-perl-cvs-commits
mailing list