diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-04-13 14:28:06 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-04-13 14:28:06 +1200 |
commit | 2acf49733ab4ff42bd40aee2657f74f60d229a9b (patch) | |
tree | befd9d81a8b6d4ee72adf68a00796d806981bb75 /bless-demo | |
parent | Make executable (diff) | |
download | perlobj-demo-master.tar.gz perlobj-demo-master.zip |
Diffstat (limited to 'bless-demo')
-rwxr-xr-x | bless-demo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |