MT#20543 Fix POD syntax

This makes «./Build testpod» pass.

Change-Id: Ida97080912ce7c534b12a4f62aff22b6c28931d3
changes/31/7131/1
Guillem Jover 9 years ago
parent a9afd450e5
commit 5e6c74e96a

@ -50,9 +50,10 @@ This document describes Sipwise::Base version 1.005
=head1 DESCRIPTION
The purpose of this module is to reduce the amount of boilerplate code and to enable some Perl features that are not
available by default. This is in the spirit of
L<http://modernperlbooks.com/mt/2009/10/remove-the-little-pessimizations.html|eliminating pessimisations>.
The purpose of this module is to reduce the amount of boilerplate code and
to enable some Perl features that are not available by default. This is in
the spirit of
L<eliminating pessimisations|http://modernperlbooks.com/mt/2009/10/remove-the-little-pessimizations.html>.
Switches on the functionality of the pragmatic modules L<strictures>,
L<TryCatch>.

@ -22,9 +22,7 @@ This document describes Sipwise::Release version 1.005
=item Update debian/changelog using the command git-dch like this:
C<git-dch --id-length=7 --meta --multimaint-merge --ignore-branch --release --auto>
=item *
Update the perl files using
=item Update the perl files using:
C<perl-reversion -dryrun -set $VERSION>. Remove C<-dryrun> to actually
run this command.

Loading…
Cancel
Save