www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/source/planetrss planetrss.pl


From: Pavel Kharitonov
Subject: www/server/source/planetrss planetrss.pl
Date: Thu, 24 Sep 2015 06:51:21 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       15/09/24 06:51:21

Modified files:
        server/source/planetrss: planetrss.pl 

Log message:
        Remove deprecated pragma.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.24&r2=1.25

Patches:
Index: planetrss.pl
===================================================================
RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- planetrss.pl        16 Apr 2015 07:42:27 -0000      1.24
+++ planetrss.pl        24 Sep 2015 06:51:19 -0000      1.25
@@ -20,8 +20,6 @@
 
 use strict;
 
-use encoding "utf-8";
-
 # Provides simple pure perl RSS parsing.
 use XML::RSS::Parser::Lite;
 
@@ -31,7 +29,7 @@
 # Provides argument handling.
 use Getopt::Long;
 
-my $Version = "1.11";
+my $Version = "1.13";
 my $default_lines = 3;
 my $default_length = 200;
 # GNU Remotecontrol Newsletter doesn't produce meaningful feeds;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]