add version numbers to versionless modules
[perl/plp/.git] / lib / PLP / Fields.pm
index 7f07c4e914225e8f006e86a02db99b7391ee7471..cd68e3655d6abf6d20c164d89fbcb8fed82383dc 100644 (file)
@@ -1,6 +1,9 @@
 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.