[Bps-public-commit] smokingit branch, master, updated. 7ff1cfb5e1eb44fc614f09c9e1a796f921a73451
Alex Vandiver
alexmv at bestpractical.com
Sat Jul 20 00:07:18 EDT 2013
The branch, master has been updated
via 7ff1cfb5e1eb44fc614f09c9e1a796f921a73451 (commit)
via 64cef6bddc73d97b4dcbdf79a9a9fbc307e4ac10 (commit)
from a52897a376a3a5853759ffac87c48b34980296d8 (commit)
Summary of changes:
Makefile.PL | 1 -
lib/Smokingit/View.pm | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 64cef6bddc73d97b4dcbdf79a9a9fbc307e4ac10
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Jul 19 22:30:55 2013 -0400
IM::Engine changes were merged into upstream
diff --git a/Makefile.PL b/Makefile.PL
index 6a33586..1568efc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,6 @@ requires 'Plack::Middleware::CrossOrigin';
requires 'IM::Engine';
requires 'String::IRC';
-# requires IM::Engine from git://github.com/sartak/IM-Engine.git
# requires Web::Hippie from git://github.com/alexmv/Web-Hippie.git
WriteAll;
commit 7ff1cfb5e1eb44fc614f09c9e1a796f921a73451
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Jul 19 23:48:58 2013 -0400
Avoid printing "0" when there are no projects
diff --git a/lib/Smokingit/View.pm b/lib/Smokingit/View.pm
index 224781d..7a0ab29 100644
--- a/lib/Smokingit/View.pm
+++ b/lib/Smokingit/View.pm
@@ -39,6 +39,8 @@ template '/index.html' => page {
}
}
};
+ } else {
+ outs_raw ' ';
}
};
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list