]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Handle POD in Perl 5.18. Force the return code =item lines to be handled correctly.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 27 Oct 2013 10:25:47 +0000 (23:25 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 27 Oct 2013 10:25:47 +0000 (23:25 +1300)
ChangeLog
bin/mythtv-status
debian/changelog

index 3de465e5e4bf4756171a037a5dc0012ec559501f..8c0e912b672a8313fdf4b1acf37e0799f17d3bc7 100644 (file)
--- 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.  ;)
 
index debb24038197b9415b0a3ba8a6a92fa2fb1b6a79..429164646f54ddb4a535a4bcaced44cffdbb632d 100755 (executable)
@@ -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
 
index 602eb265b1f0279cc134a17919af37b3d8013b75..ed394b9f54d8582af6b705410ab417ac5b5ca734 100644 (file)
@@ -1,3 +1,9 @@
+mythtv-status (0.10.4) unstable; urgency=low
+
+  * New upstream release (Closes: #724166).
+
+ -- Andrew Ruthven <andrew@etc.gen.nz>  Sun, 27 Oct 2013 23:23:08 +1300
+
 mythtv-status (0.10.3) unstable; urgency=low
 
   * New upstream release (Closes: LP#1096252).