add version numbers to versionless modules
[perl/plp/.git] / lib / PLP / Fields.pm
index 01f3baf964ee41661c12f4dbd6bd4ae05fc0a48d..cd68e3655d6abf6d20c164d89fbcb8fed82383dc 100644 (file)
@@ -3,6 +3,8 @@ package PLP::Fields;
 use strict;
 use warnings;
 
+our $VERSION = '1.00';
+
 # Has only one function: doit(), which ties the hashes %get, %post, %fields
 # and %header in PLP::Script. Also generates %cookie immediately.
 sub doit {