]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Application.pm
no more fun!!! :(
[maypole.git] / lib / Maypole / Application.pm
index a3cd971163187bcd54a995533677a1947a7f802f..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 {