summaryrefslogtreecommitdiff
path: root/bless-demo
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-13 14:28:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-04-13 14:28:06 +1200
commit2acf49733ab4ff42bd40aee2657f74f60d229a9b (patch)
treebefd9d81a8b6d4ee72adf68a00796d806981bb75 /bless-demo
parentMake executable (diff)
downloadperlobj-demo-2acf49733ab4ff42bd40aee2657f74f60d229a9b.tar.gz
perlobj-demo-2acf49733ab4ff42bd40aee2657f74f60d229a9b.zip
Remove stray lineHEADmaster
Diffstat (limited to 'bless-demo')
-rwxr-xr-xbless-demo1
1 files changed, 0 insertions, 1 deletions
diff --git a/bless-demo b/bless-demo
index 55f8734..931ee06 100755
--- a/bless-demo
+++ b/bless-demo
@@ -31,7 +31,6 @@ my $hash = { ayy => 'lmao', };
# an *instance* of "Sanctum::Bless:Class", which means it gains the "spit"
# method defined for it.
bless $hash, 'Sanctum::Bless::Class';
-bless $hash, 'Sanctum::Bless::Wizard';
# Run the spit() method that's now available on the hashref.
$hash->spit();