extended uri_for, added uri_for_action to dispatcher
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 93f7dcd..8a7218e 100644 (file)
@@ -29,6 +29,7 @@ requires 'Time::HiRes';
 requires 'Tree::Simple' => '1.15';
 requires 'Tree::Simple::Visitor::FindByPath';
 requires 'URI' => '1.35';
+requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness
 
 feature 'Apache/mod_perl Support',
   -default                   => 0,
@@ -41,7 +42,8 @@ WriteAll;
 
 print( '*' x 80, "\n" );
 my $banner =
-  (qw/andyg chansen draven fordmason mst naughton sri jester/)[ int( rand(8) ) ]
+  (qw/andyg chansen draven fordmason mst naughton sri jester
+      nothingmuch LTJake/)[ int( rand(10) ) ]
   . " is the greatest and gabb is "
   . ( (localtime)[2] > 12 ? "drunk" : "hung over" )
   . " again!";