From 2acf49733ab4ff42bd40aee2657f74f60d229a9b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 13 Apr 2016 14:28:06 +1200 Subject: Remove stray line --- bless-demo | 1 - 1 file changed, 1 deletion(-) 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(); -- cgit v1.2.3