From 1f06dd9a153211a7bf00afc19ad4b0a4fcd469e9 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Mon, 13 Aug 2012 17:12:25 +0200 Subject: [PATCH] tidy --- lib/WWW/Mechanize/Script/Plugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WWW/Mechanize/Script/Plugin.pm b/lib/WWW/Mechanize/Script/Plugin.pm index 1c2be40..87dfa3b 100644 --- a/lib/WWW/Mechanize/Script/Plugin.pm +++ b/lib/WWW/Mechanize/Script/Plugin.pm @@ -17,9 +17,9 @@ Instantiates new WWW::Mechanize::Script::Plugin. This is an abstract class. sub new { - my ( $class ) = @_; + my ($class) = @_; - my $self = bless( { }, $class ); + my $self = bless( {}, $class ); return $self; } -- 2.11.4.GIT