From 6bf34c3b6dce25b45f18917473df08aeb1ea911c Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 22 Mar 2017 13:52:31 +0100 Subject: [PATCH] prep for release --- Changes | 8 ++++++++ README.mkdn | 4 ++++ dist.ini | 4 ++-- lib/Sys/HostIP.pm | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 8d11947..5799ada 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,14 @@ Revision history for Perl extension Sys::HostIP. {{$NEXT}} + * Restore missing NAME section. (Nick Morrott) + * Add Travis-CI. (Paul Cochrane) + * Cleanup whitespace. (Paul Cochrane) + * Minimum Perl version (5.6). (Paul Cochrane) + * Add missing build prereqs. (Paul Cochrane) + * Add copyright and license info to docs and README. + (Paul Cochrane) + 1.98 2016-08-27 08:56:19+02:00 Europe/Amsterdam * Accept empty interfaces names on Windows. (Hilko Bengen) diff --git a/README.mkdn b/README.mkdn index 4ca2308..dd4e4c3 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,3 +1,7 @@ +# NAME + +Sys::HostIP - Try extra hard to get IP address related info + # SYNOPSIS use Sys::HostIP; diff --git a/dist.ini b/dist.ini index 6acd1ce..cf543d9 100644 --- a/dist.ini +++ b/dist.ini @@ -3,10 +3,10 @@ author = Sawyer X author = Jonathan Schatz license = Perl_5 copyright_holder = Sawyer X -copyright_year = 2016 +copyright_year = 2017 main_module = lib/Sys/HostIP.pm -version = 1.98 +version = 1.99 [NextRelease] filename = Changes diff --git a/lib/Sys/HostIP.pm b/lib/Sys/HostIP.pm index 72b93b0..e737f7d 100644 --- a/lib/Sys/HostIP.pm +++ b/lib/Sys/HostIP.pm @@ -400,7 +400,7 @@ Machines with output in different languages (German, for example) fail. Copyright (C) prior to 2010, Jonathan Schatz . -Copyright (C) 2010-2016, Sawyer X . +Copyright (C) 2010-2017, Sawyer X . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.