From 5cde2644b9dd0e2d939171783a680147063549c5 Mon Sep 17 00:00:00 2001 From: Lars Dieckow Date: Thu, 4 Jul 2013 15:39:07 +0200 Subject: [PATCH] 1.004 --- README | 2 +- debian/changelog | 7 +++++++ lib/Sipwise/Base.pm | 5 ++--- lib/Sipwise/Boilerplate.pm | 3 +-- lib/Sipwise/CodingStandards.pm | 5 ++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README b/README index 7cb0281..da15554 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ =encoding UTF-8 -Sipwise-Base version 1.003 +Sipwise-Base version 1.004 =head1 NAME diff --git a/debian/changelog b/debian/changelog index a8309ea..70bf9cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsipwise-base-perl (1.004) unstable; urgency=low + + * declare L dependencies, only used for developers + * Perl minimum version 5.14, brings changes to versioning and a Unicode handling aspect + + -- Lars Dieckow Thu, 04 Jul 2013 15:43:32 +0200 + libsipwise-base-perl (1.003.1) unstable; urgency=low * [2462382] Add ${perl:Depends} to Depends diff --git a/lib/Sipwise/Base.pm b/lib/Sipwise/Base.pm index 6436f09..48a65b6 100644 --- a/lib/Sipwise/Base.pm +++ b/lib/Sipwise/Base.pm @@ -1,9 +1,8 @@ -package Sipwise::Base; +package Sipwise::Base 1.004; use 5.014; use utf8; use Module::Runtime qw(use_module); use parent 'autodie'; -our $VERSION = '1.003'; our %features = ( perl5i => q(use perl5i::2 -skip => [qw(Signatures Try::Tiny)];), @@ -46,7 +45,7 @@ Sipwise::Base - import boilerplate code =head1 VERSION -This document describes Sipwise::Base version 1.003 +This document describes Sipwise::Base version 1.004 =head1 SYNOPSIS diff --git a/lib/Sipwise/Boilerplate.pm b/lib/Sipwise/Boilerplate.pm index 9e2aaf9..0672a26 100644 --- a/lib/Sipwise/Boilerplate.pm +++ b/lib/Sipwise/Boilerplate.pm @@ -1,6 +1,5 @@ -package Sipwise::Boilerplate; +package Sipwise::Boilerplate 1.004; use Sipwise::Base; -our $VERSION = '1.003'; __END__ diff --git a/lib/Sipwise/CodingStandards.pm b/lib/Sipwise/CodingStandards.pm index afeeb87..9b611a8 100644 --- a/lib/Sipwise/CodingStandards.pm +++ b/lib/Sipwise/CodingStandards.pm @@ -1,6 +1,5 @@ -package Sipwise::CodingStandards; +package Sipwise::CodingStandards 1.004; use Sipwise::Base; -our $VERSION = '1.003'; __END__ @@ -12,7 +11,7 @@ Sipwise::CodingStandards - Sipwise Perl coding standards =head1 VERSION -This document describes Sipwise::CodingStandards version 1.003 +This document describes Sipwise::CodingStandards version 1.004 =head1 DESCRIPTION