X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/32ae2f5b7adcaf002d10e60ac6ebad6b63adf23f..693387f6e6cf5efde73b10242253bb38baf1612a:/PLP/Tie/Delay.pm diff --git a/PLP/Tie/Delay.pm b/PLP/Tie/Delay.pm index ea136b8..1200651 100644 --- a/PLP/Tie/Delay.pm +++ b/PLP/Tie/Delay.pm @@ -1,6 +1,5 @@ -#--------------------------# - package PLP::Tie::Delay; -#--------------------------# +package PLP::Tie::Delay; + use strict; no strict 'refs'; @@ -69,7 +68,7 @@ sub NEXTKEY { } sub UNTIE { } -sub DESTORY { } +sub DESTROY { } 1;