X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FTied.pm;h=0d94fd4d9c3a3b93a22b4acf94851ba7fc3790e7;hp=af6f7fd5cada5dcdab3edbd41de14b6950a0df49;hb=37efeb68748dd589455d8ae58d39e74700abdd67;hpb=353556c4b81bcb3a0c3fff934eff5ab2f19733d4 diff --git a/lib/Object/Remote/Tied.pm b/lib/Object/Remote/Tied.pm index af6f7fd..0d94fd4 100644 --- a/lib/Object/Remote/Tied.pm +++ b/lib/Object/Remote/Tied.pm @@ -9,11 +9,11 @@ use strictures 1; #is passed to the constructor sub TIEHASH { - return $_[1]; + return $_[1]; } sub TIEARRAY { - return $_[1]; + return $_[1]; }