diff options
Diffstat (limited to 'template/Easy.pm.tmpl')
-rw-r--r-- | template/Easy.pm.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/Easy.pm.tmpl b/template/Easy.pm.tmpl index 83d856a..bded4a7 100644 --- a/template/Easy.pm.tmpl +++ b/template/Easy.pm.tmpl @@ -4,7 +4,7 @@ use strict; use warnings; use Carp; -our $VERSION = '4.16'; +our $VERSION = '4.17'; use WWW::Curl (); use Exporter (); @@ -59,5 +59,4 @@ Sebastian Riedel, et al. You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished -to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may -pick one of these licenses. +to do so, under the terms of the MIT license. |