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=a577b9530c7c091e6800bca9dca4fd03c37ce039;hpb=7790ca36241acfa9379cb2b89b68c9f4b0da2371 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]; }