diff --git a/bin/imgcopyright b/bin/imgcopyright index c5f6f87..2db547e 100644 --- a/bin/imgcopyright +++ b/bin/imgcopyright @@ -29,6 +29,11 @@ __END__ imgcopyright - Easily add copyright information to your images +=for html + + +Coverage Status + =head1 SYNOPSYS # single image, will be put into ./ci_picture.jpg diff --git a/lib/App/CopyrightImage.pm b/lib/App/CopyrightImage.pm index 4cd5bd9..b0c0ac9 100644 --- a/lib/App/CopyrightImage.pm +++ b/lib/App/CopyrightImage.pm @@ -12,7 +12,7 @@ use Image::ExifTool qw(:Public); our @EXPORT = qw(imgcopyright); -our $VERSION = '0.03'; +our $VERSION = '0.04'; sub imgcopyright { my (%data) = @_;