[Bps-public-commit] CSS-Squish branch, master, updated. v0.09-2-gb2c6667
Thomas Sibley
trs at bestpractical.com
Fri Nov 5 15:34:49 EDT 2010
The branch, master has been updated
via b2c6667c4363905ed798b4c9ec890a50cf99c85e (commit)
via 2ac42d118185a50fd12fb74e9fdac8a604d820d9 (commit)
from bf364dad6fe210fe3207ecc5cea7d132c0bc47d2 (commit)
Summary of changes:
Makefile.PL | 2 ++
lib/CSS/Squish.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2ac42d118185a50fd12fb74e9fdac8a604d820d9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Nov 5 15:33:17 2010 -0400
Move Test::LongString to a build dep
diff --git a/Makefile.PL b/Makefile.PL
index f249b71..fea669d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,8 @@ WriteMakefile(
'URI' => 0,
'URI::file' => 0,
'Scalar::Util' => 0,
+ },
+ BUILD_REQUIRES => {
'Test::LongString' => 0,
},
AUTHOR => 'Thomas Sibley <trs at bestpractical.com>',
commit b2c6667c4363905ed798b4c9ec890a50cf99c85e
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Nov 5 15:34:20 2010 -0400
Bump the version
diff --git a/lib/CSS/Squish.pm b/lib/CSS/Squish.pm
index fe7830b..30c29cf 100644
--- a/lib/CSS/Squish.pm
+++ b/lib/CSS/Squish.pm
@@ -4,7 +4,7 @@ use warnings;
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 Bps-public-commit
mailing list