X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FTied.pm;h=2e20570d6379a9ed1d8c682e3d11d396e54a9d2c;hb=HEAD;hp=0d94fd4d9c3a3b93a22b4acf94851ba7fc3790e7;hpb=37efeb68748dd589455d8ae58d39e74700abdd67;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Tied.pm b/lib/Object/Remote/Tied.pm index 0d94fd4..2e20570 100644 --- a/lib/Object/Remote/Tied.pm +++ b/lib/Object/Remote/Tied.pm @@ -1,12 +1,12 @@ package Object::Remote::Tied; -use strictures 1; +use strictures 1; #a proxied tied object just ties to the #proxy object that exists on the remote #side of the actual tied variable - when #creating the remote tied variable the proxy -#is passed to the constructor +#is passed to the constructor sub TIEHASH { return $_[1]; @@ -16,6 +16,5 @@ sub TIEARRAY { return $_[1]; } - 1;