chiark / gitweb /
Fix prettyprint_age again
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 24 Aug 2009 02:31:51 +0000 (03:31 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 24 Aug 2009 02:31:51 +0000 (03:31 +0100)
yarrg/CommodsWeb.pm

index f0c183ce0872adb68b31a1d80b5f3849659a9b3e..d5c77001c60b657800e98701242c6b78be989e83 100644 (file)
@@ -134,7 +134,7 @@ END
 };
 
 BEGIN { eval '
-  sub prettyprint_age (\$) {
+  sub prettyprint_age ($) {
                my ($age) = @_;
                '.meta_prettyprint_age('$age','floor','.').'
   };