work with MooseX::Getopt 0.48 by using the new public method for printing usage
[catagits/Catalyst-Runtime.git] / t / lib / TestAppStats.pm
index 6e3b320..84cc85c 100644 (file)
@@ -21,3 +21,6 @@ use base qw/Catalyst::Log/;
 
 sub info { push(@TestAppStats::log_messages, @_); }
 sub debug { push(@TestAppStats::log_messages, @_); }
+
+1;
+