[Catalyst-commits] r10407 - trunk/examples/SmokeServer/script
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Mon Jun 1 17:08:50 GMT 2009
Author: caelum
Date: 2009-06-01 17:08:48 +0000 (Mon, 01 Jun 2009)
New Revision: 10407
Modified:
trunk/examples/SmokeServer/script/cpan_installdeps.pl
trunk/examples/SmokeServer/script/cpan_smoke.pl
Log:
add fail tag
Modified: trunk/examples/SmokeServer/script/cpan_installdeps.pl
===================================================================
--- trunk/examples/SmokeServer/script/cpan_installdeps.pl 2009-06-01 08:30:51 UTC (rev 10406)
+++ trunk/examples/SmokeServer/script/cpan_installdeps.pl 2009-06-01 17:08:48 UTC (rev 10407)
@@ -28,11 +28,11 @@
CPAN::Shell->install('CPAN');
# install some deps if on Debian (add to this list if needed)
-if (-f '/etc/debian_version') {
- system 'sudo apt-get -y install libmath-bigint-gmp-perl libtidy-dev \
- perlmagick libxslt1-dev libgd2-xpm-dev libgdbm-dev libxapian-dev \
- libmemcached-dev libcache-memcached-perl';
-}
+#if (-f '/etc/debian_version') {
+# system 'sudo apt-get -y install libmath-bigint-gmp-perl libtidy-dev \
+# perlmagick libxslt1-dev libgd2-xpm-dev libgdbm-dev libxapian-dev \
+# libmemcached-dev libcache-memcached-perl';
+#}
# Math::Pari prompts unless you pass in an option
{
Modified: trunk/examples/SmokeServer/script/cpan_smoke.pl
===================================================================
--- trunk/examples/SmokeServer/script/cpan_smoke.pl 2009-06-01 08:30:51 UTC (rev 10406)
+++ trunk/examples/SmokeServer/script/cpan_smoke.pl 2009-06-01 17:08:48 UTC (rev 10407)
@@ -58,6 +58,7 @@
"cpan.$dist.$dist_version",
"module.$dist",
"module.$dist.$dist_version",
+ ($model->ok ? () : "fail"),
@extra_tags
);
More information about the Catalyst-commits
mailing list