chiark / gitweb /
Fix prettyprint_age again
[ypp-sc-tools.db-live.git] / yarrg / CommodsWeb.pm
index f0c183ce0872adb68b31a1d80b5f3849659a9b3e..d5c77001c60b657800e98701242c6b78be989e83 100644 (file)
@@ -134,7 +134,7 @@ END
 };
 
 BEGIN { eval '
 };
 
 BEGIN { eval '
-  sub prettyprint_age (\$) {
+  sub prettyprint_age ($) {
                my ($age) = @_;
                '.meta_prettyprint_age('$age','floor','.').'
   };
                my ($age) = @_;
                '.meta_prettyprint_age('$age','floor','.').'
   };