X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=samples%2Fwith.pl;fp=samples%2Fwith.pl;h=5b0937e0a989a95bf5dfd9f3a27c4bfe61378258;hp=045783b97ddc8bf09fc0d26f3001f95bb924d4a1;hb=0546f5a2c8201fddeef412c0d8d75eaccf454f41;hpb=4f38d9bf7a6e01d2b6ffb500ea71171fc3c3d7f2 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