Release new version 1.003

mika/1.003-1
Michael Prokop 12 years ago
parent 8150644782
commit cc14419100

@ -4,6 +4,14 @@
Changes - Revision history for Sipwise-Base
=head2 1.003 2013-06-17
=over
=item POD errors
=item spelling
=head2 1.002 2013-04-29
=over

@ -1,6 +1,6 @@
=encoding UTF-8
Sipwise-Base version 1.002
Sipwise-Base version 1.003
=head1 NAME

@ -2,7 +2,7 @@ package Sipwise::Base;
use utf8;
use Module::Runtime qw(use_module);
use parent 'autodie';
our $VERSION = '1.002';
our $VERSION = '1.003';
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.002
This document describes Sipwise::Base version 1.003
=head1 SYNOPSIS

@ -1,6 +1,6 @@
package Sipwise::Boilerplate;
use Sipwise::Base;
our $VERSION = '1.002';
our $VERSION = '1.003';
__END__

@ -1,6 +1,6 @@
package Sipwise::CodingStandards;
use Sipwise::Base;
our $VERSION = '1.002';
our $VERSION = '1.003';
__END__
@ -12,7 +12,7 @@ Sipwise::CodingStandards - Sipwise Perl coding standards
=head1 VERSION
This document describes Sipwise::CodingStandards version 1.002
This document describes Sipwise::CodingStandards version 1.003
=head1 DESCRIPTION

Loading…
Cancel
Save