From da0974f5fbc7ee984e604ffe9a0e2d034250f1a3 Mon Sep 17 00:00:00 2001 From: Lars Dieckow Date: Tue, 23 Apr 2013 14:25:37 +0200 Subject: [PATCH] 1.001 --- Changes | 10 ++++++++++ README | 2 +- lib/Sipwise/Base.pm | 4 ++-- lib/Sipwise/Boilerplate.pm | 2 +- lib/Sipwise/CodingStandards.pm | 4 ++-- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index f484566..861a8f0 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,16 @@ Changes - Revision history for Sipwise-Base +=head2 1.001 2013-04-23 + +=over + +=item add support for selectively skipping certain features through import + +=item coding standards advice about versions + +=back + =head2 1.000 2013-03-21 Initial release. diff --git a/README b/README index 49f4634..b103ca0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ =encoding UTF-8 -Sipwise-Base version 1.000 +Sipwise-Base version 1.001 =head1 NAME diff --git a/lib/Sipwise/Base.pm b/lib/Sipwise/Base.pm index 08deeb9..cd16069 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.000'; +our $VERSION = '1.001'; our %features = ( lambda => q(use lambda 'λ';), @@ -46,7 +46,7 @@ Sipwise::Base - import boilerplate code =head1 VERSION -This document describes Sipwise::Base version 1.000 +This document describes Sipwise::Base version 1.001 =head1 SYNOPSIS diff --git a/lib/Sipwise/Boilerplate.pm b/lib/Sipwise/Boilerplate.pm index cb60d58..cf54448 100644 --- a/lib/Sipwise/Boilerplate.pm +++ b/lib/Sipwise/Boilerplate.pm @@ -1,6 +1,6 @@ package Sipwise::Boilerplate; use Sipwise::Base; -our $VERSION = '1.000'; +our $VERSION = '1.001'; __END__ diff --git a/lib/Sipwise/CodingStandards.pm b/lib/Sipwise/CodingStandards.pm index fdcef7f..11c3baf 100644 --- a/lib/Sipwise/CodingStandards.pm +++ b/lib/Sipwise/CodingStandards.pm @@ -1,6 +1,6 @@ package Sipwise::CodingStandards; use Sipwise::Base; -our $VERSION = '1.000'; +our $VERSION = '1.001'; __END__ @@ -12,7 +12,7 @@ Sipwise::CodingStandards - Sipwise Perl coding standards =head1 VERSION -This document describes Sipwise::CodingStandards version 1.000 +This document describes Sipwise::CodingStandards version 1.001 =head1 DESCRIPTION