diff --git a/Changes b/Changes index 861a8f0..f7a77d5 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,16 @@ Changes - Revision history for Sipwise-Base +=head2 1.002 2013-04-29 + +=over + +=item change licence to GPL3+ + +=item remove L feature for easier packaging + +=back + =head2 1.001 2013-04-23 =over diff --git a/README b/README index 1d9b7d0..100f77c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ =encoding UTF-8 -Sipwise-Base version 1.001 +Sipwise-Base version 1.002 =head1 NAME diff --git a/lib/Sipwise/Base.pm b/lib/Sipwise/Base.pm index 88d14c4..01f7416 100644 --- a/lib/Sipwise/Base.pm +++ b/lib/Sipwise/Base.pm @@ -2,7 +2,7 @@ package Sipwise::Base; use utf8; use Module::Runtime qw(use_module); use parent 'autodie'; -our $VERSION = '1.001'; +our $VERSION = '1.002'; our %features = ( perl5i => q(use perl5i::2 -skip => [qw(Signatures Try::Tiny)];), @@ -45,7 +45,7 @@ Sipwise::Base - import boilerplate code =head1 VERSION -This document describes Sipwise::Base version 1.001 +This document describes Sipwise::Base version 1.002 =head1 SYNOPSIS diff --git a/lib/Sipwise/Boilerplate.pm b/lib/Sipwise/Boilerplate.pm index cf54448..bb9ea0e 100644 --- a/lib/Sipwise/Boilerplate.pm +++ b/lib/Sipwise/Boilerplate.pm @@ -1,6 +1,6 @@ package Sipwise::Boilerplate; use Sipwise::Base; -our $VERSION = '1.001'; +our $VERSION = '1.002'; __END__ diff --git a/lib/Sipwise/CodingStandards.pm b/lib/Sipwise/CodingStandards.pm index 11c3baf..d5dfc5c 100644 --- a/lib/Sipwise/CodingStandards.pm +++ b/lib/Sipwise/CodingStandards.pm @@ -1,6 +1,6 @@ package Sipwise::CodingStandards; use Sipwise::Base; -our $VERSION = '1.001'; +our $VERSION = '1.002'; __END__ @@ -12,7 +12,7 @@ Sipwise::CodingStandards - Sipwise Perl coding standards =head1 VERSION -This document describes Sipwise::CodingStandards version 1.001 +This document describes Sipwise::CodingStandards version 1.002 =head1 DESCRIPTION