]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Application.pm
final fix
[maypole.git] / lib / Maypole / Application.pm
index df66285c75572249e9df5733496a8f8e61e190c1..fcbb13cadbae123204652dbb24b3a22770ff1e63 100644 (file)
@@ -5,18 +5,6 @@ use warnings;
 use UNIVERSAL::require;
 use Maypole;
 
-# funny little gimmick ;)
-my $banner = <<'';
- __  __                         _
-|  \/  | __ _ _   _ _ __   ___ | | ___
-| |\/| |/ _` | | | | '_ \ / _ \| |/ _ \
-| |  | | (_| | |_| | |_) | (_) | |  __/
-|_|  |_|\__,_|\__, | .__/ \___/|_|\___|
-              |___/|_| -= VERSION =-
-
-$banner =~ s/VERSION/$Maypole::VERSION/;
-warn $banner;
-
 our @ISA;
 
 sub import {
@@ -30,6 +18,7 @@ sub import {
             *{"$caller\::debug"} = sub { 1 };
             warn "Debugging enabled";
         }
+        elsif (/^-.*$/) { warn "Unknown flag: $_" }
         else {
 
             # The plugin caller should be our application class