]> git.vpit.fr Git - perl/modules/with.git/blobdiff - samples/with.pl
Remove trailing whitespace
[perl/modules/with.git] / samples / with.pl
index 045783b97ddc8bf09fc0d26f3001f95bb924d4a1..5b0937e0a989a95bf5dfd9f3a27c4bfe61378258 100755 (executable)
@@ -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