diff options
Diffstat (limited to 'lib/App')
-rw-r--r-- | lib/App/Dthumb/Data.pm.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/Dthumb/Data.pm.PL b/lib/App/Dthumb/Data.pm.PL index a9e8ed8..c1f1ed2 100644 --- a/lib/App/Dthumb/Data.pm.PL +++ b/lib/App/Dthumb/Data.pm.PL @@ -46,6 +46,7 @@ use Data::Section -setup; use MIME::Base64 qw(decode_base64); our @EXPORT_OK = (); +our $VERSION = '0.1'; sub new { my ($obj) = @_; |