mika/1.003-1 1.001
Lars Dieckow 13 years ago
parent 9980dbfc82
commit da0974f5fb

@ -4,6 +4,16 @@
Changes - Revision history for Sipwise-Base 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 =head2 1.000 2013-03-21
Initial release. Initial release.

@ -1,6 +1,6 @@
=encoding UTF-8 =encoding UTF-8
Sipwise-Base version 1.000 Sipwise-Base version 1.001
=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.000'; our $VERSION = '1.001';
our %features = ( our %features = (
lambda => q(use lambda 'λ';), lambda => q(use lambda 'λ';),
@ -46,7 +46,7 @@ Sipwise::Base - import boilerplate code
=head1 VERSION =head1 VERSION
This document describes Sipwise::Base version 1.000 This document describes Sipwise::Base version 1.001
=head1 SYNOPSIS =head1 SYNOPSIS

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

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

Loading…
Cancel
Save