X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fwith.pl;h=5b0937e0a989a95bf5dfd9f3a27c4bfe61378258;hb=HEAD;hp=045783b97ddc8bf09fc0d26f3001f95bb924d4a1;hpb=7d694e6f49e219b9c5f62d323666ca2854d51f50;p=perl%2Fmodules%2Fwith.git diff --git a/samples/with.pl b/samples/with.pl index 045783b..5b0937e 100755 --- a/samples/with.pl +++ b/samples/with.pl @@ -30,7 +30,7 @@ hlagh; # Pants::hlagh use with \$deuce; hlagh; # Deuce::hlagh 1 main::hlagh; # Pants::hlagh - + { use with \Deuce->new(2); # Constant blessed reference hlagh; # Deuce::hlagh 2