diff --git a/programming/language/perl/perl-HTML-Scrubber/actions.py b/programming/language/perl/perl-HTML-Scrubber/actions.py
index c320125b45..216ea75410 100644
--- a/programming/language/perl/perl-HTML-Scrubber/actions.py
+++ b/programming/language/perl/perl-HTML-Scrubber/actions.py
@@ -5,7 +5,6 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -17,5 +16,4 @@ def build():
perlmodules.make()
def install():
- perlmodules.install()
-
+ perlmodules.install()
\ No newline at end of file
diff --git a/programming/language/perl/perl-HTML-Scrubber/pspec.xml b/programming/language/perl/perl-HTML-Scrubber/pspec.xml
index ffe77ae263..d39fa36397 100644
--- a/programming/language/perl/perl-HTML-Scrubber/pspec.xml
+++ b/programming/language/perl/perl-HTML-Scrubber/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-HTML-Scrubber
@@ -9,19 +9,21 @@
admins@pisilinux.orgArtistic
+ programming.language.perllibraryPerl extension for scrubbing/sanitizing htmlIf you wanna scrub or sanitize html input in a reliable an flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works directly with HTML::Parser.
- http://www.cpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-0.15.tar.gz
+ https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-0.19.tar.gz
- perl-HTML-Parserperl-Module-Build
+ perl-HTML-Parserperlperl-HTML-Scrubber
+ Perl extension for scrubbing/sanitizing htmlperl-HTML-Parserperl
@@ -33,6 +35,13 @@
+
+ 2020-01-14
+ 0.19
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2018-07-260.15
@@ -62,4 +71,4 @@
marcin@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-HTML-Scrubber/translations.xml b/programming/language/perl/perl-HTML-Scrubber/translations.xml
index 62112d019c..16367d05ef 100644
--- a/programming/language/perl/perl-HTML-Scrubber/translations.xml
+++ b/programming/language/perl/perl-HTML-Scrubber/translations.xml
@@ -3,5 +3,6 @@
perl-HTML-ScrubberHTML dosyalarını düzenlemek için bir perl modülü
+ perl-HTML-Scrubber, HTML dosyalarını düzenlemek için bir perl modülüdür.
-
+
\ No newline at end of file