From 8ed4a6750e57096e16e3b45eaf053b572e411564 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Thu, 3 Jul 2008 20:43:14 +0200 Subject: [PATCH] constuctor provided for free by LBW in turn provided for free by class:accessor magic --- lib/Language/Befunge/Wrapping/LaheySpace.pm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/Language/Befunge/Wrapping/LaheySpace.pm b/lib/Language/Befunge/Wrapping/LaheySpace.pm index 3399a88..1768161 100644 --- a/lib/Language/Befunge/Wrapping/LaheySpace.pm +++ b/lib/Language/Befunge/Wrapping/LaheySpace.pm @@ -15,21 +15,6 @@ use warnings; use base qw{ Language::Befunge::Wrapping }; -# -- CONSTRUCTOR - -# -# my $wrapping = LBW::LaheySpace->new; -# -# Create a new laheyspace wrapping. -# -sub new { - my ($class) = @_; - my $self = {}; - bless $self, $class; - return $self; -} - - # -- PUBLIC METHODS # -- 2.11.4.GIT