From 8b30558e59d43c78394c3c3204d30752ffb1d26c Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 28 Jan 2006 11:21:58 +0000 Subject: usato Class::Std anche negli step git-svn-id: svn://luxion/repos/WebCoso/trunk@143 fcb26f47-9200-0410-b104-b98ab5b095f3 --- lib/WebCoso/Step/Base.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/WebCoso/Step/Base.pm b/lib/WebCoso/Step/Base.pm index f15370c..6a21932 100644 --- a/lib/WebCoso/Step/Base.pm +++ b/lib/WebCoso/Step/Base.pm @@ -1,14 +1,8 @@ package WebCoso::Step::Base; use strict; use warnings; +use Class::Std; use WebCoso::X; use WebCoso::Step; -sub new { - my ($class,$arg_ref)=@_; - - my $self={%$arg_ref}; - return bless $self,$class; -} - 1; -- cgit v1.2.3