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 Changes - Revision history for Sipwise-Base
=head2 1.003 2013-06-17
=over
=item POD errors
=item spelling
=head2 1.002 2013-04-29 =head2 1.002 2013-04-29
=over =over

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

@ -2,7 +2,7 @@ package Sipwise::Base;
use utf8; use utf8;
use Module::Runtime qw(use_module); use Module::Runtime qw(use_module);
use parent 'autodie'; use parent 'autodie';
our $VERSION = '1.002'; our $VERSION = '1.003';
our %features = ( our %features = (
perl5i => q(use perl5i::2 -skip => [qw(Signatures Try::Tiny)];), perl5i => q(use perl5i::2 -skip => [qw(Signatures Try::Tiny)];),
@ -45,7 +45,7 @@ Sipwise::Base - import boilerplate code
=head1 VERSION =head1 VERSION
This document describes Sipwise::Base version 1.002 This document describes Sipwise::Base version 1.003
=head1 SYNOPSIS =head1 SYNOPSIS

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

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

Loading…
Cancel
Save