X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/d9f3acb221a71e094318c7b5d3809aa81dbb5bb3..b485fa6bb934e79d44a1be1b5e41e31f4e7129b1:/lib/PLP/Tie/Delay.pm diff --git a/lib/PLP/Tie/Delay.pm b/lib/PLP/Tie/Delay.pm index 8be53af..0a2a0d5 100644 --- a/lib/PLP/Tie/Delay.pm +++ b/lib/PLP/Tie/Delay.pm @@ -4,6 +4,8 @@ use strict; no strict 'refs'; use warnings; +our $VERSION = '1.00'; + =head1 PLP::Tie::Delay Delays hash generation. Unties the hash on first access, and replaces it by the generated one.