add version numbers to versionless modules
[perl/plp/.git] / lib / PLP / Tie / Delay.pm
index 8be53afae7257045dec7189b853f808ad03cdfe1..0a2a0d5f58801d81c666c47dfd9684c906dac9c9 100644 (file)
@@ -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.