mika/1.003-1 1.002
Lars Dieckow 12 years ago
parent 91c62c45a7
commit cb574945e8

@ -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<lambda> feature for easier packaging
=back
=head2 1.001 2013-04-23
=over

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

@ -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

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

@ -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

Loading…
Cancel
Save