]> git.decadent.org.uk Git - maypole.git/commitdiff
no more fun!!! :(
authorSebastian Riedel <sri@labs.kraih.com>
Mon, 18 Oct 2004 08:04:14 +0000 (08:04 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Mon, 18 Oct 2004 08:04:14 +0000 (08:04 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@237 48953598-375a-da11-a14b-00016c27c3ee

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 {