summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();