From 5e6c74e96af9abc07c9d7cf05e286350024eb47e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 21 Jul 2016 11:09:29 +0200 Subject: [PATCH] MT#20543 Fix POD syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes «./Build testpod» pass. Change-Id: Ida97080912ce7c534b12a4f62aff22b6c28931d3 --- lib/Sipwise/Base.pm | 7 ++++--- lib/Sipwise/Release.pm | 4 +--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/Sipwise/Base.pm b/lib/Sipwise/Base.pm index b7b2c5f..7eedbcc 100644 --- a/lib/Sipwise/Base.pm +++ b/lib/Sipwise/Base.pm @@ -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. +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. Switches on the functionality of the pragmatic modules L, L. diff --git a/lib/Sipwise/Release.pm b/lib/Sipwise/Release.pm index 82a9749..cb621e7 100644 --- a/lib/Sipwise/Release.pm +++ b/lib/Sipwise/Release.pm @@ -22,9 +22,7 @@ This document describes Sipwise::Release version 1.005 =item Update debian/changelog using the command git-dch like this: C -=item * - -Update the perl files using +=item Update the perl files using: C. Remove C<-dryrun> to actually run this command.