From: Andrew Ruthven Date: Sun, 27 Oct 2013 10:25:47 +0000 (+1300) Subject: Handle POD in Perl 5.18. Force the return code =item lines to be handled correctly. X-Git-Tag: 0.10.4~8 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb4d87e619d58fc70dba683dd1c149b4154b339;p=mythtv-status.git Handle POD in Perl 5.18. Force the return code =item lines to be handled correctly. --- diff --git a/ChangeLog b/ChangeLog index 3de465e..8c0e912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-27 Andrew Ruthven + Handle the handling in POD in Perl 5.18. Force the return code + =item lines to be handled correctly. + 2013-02-09 Andrew Ruthven Update Jan's patch to be acceptable to non-US folks. ;) diff --git a/bin/mythtv-status b/bin/mythtv-status index debb240..4291646 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -87,7 +87,7 @@ my @size_thresholds = ( my $return_code_only = 0; -my $VERSION = '0.10.3'; +my $VERSION = '0.10.4'; # Some display blocks are disabled by default: $c->{'display'}{'Shows due to Auto Expire'} = 0; @@ -1407,11 +1407,11 @@ mythtv-status provides some return codes. =over -=item 0 +=item 0Z<> Standard return code -=item 1 +=item 1Z<> A warning is generated diff --git a/debian/changelog b/debian/changelog index 602eb26..ed394b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mythtv-status (0.10.4) unstable; urgency=low + + * New upstream release (Closes: #724166). + + -- Andrew Ruthven Sun, 27 Oct 2013 23:23:08 +1300 + mythtv-status (0.10.3) unstable; urgency=low * New upstream release (Closes: LP#1096252).