[libje-perl] 03/07: Drop pod-fixes.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sun Aug 10 23:15:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libje-perl.

commit 75fa2ea1ff333391fce4e0350c25c77d07205add
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 11 01:08:40 2014 +0200

    Drop pod-fixes.patch, merged upstream.
---
 debian/patches/pod-fixes.patch | 232 -----------------------------------------
 debian/patches/series          |   1 -
 2 files changed, 233 deletions(-)

diff --git a/debian/patches/pod-fixes.patch b/debian/patches/pod-fixes.patch
deleted file mode 100644
index 2dec0ac..0000000
--- a/debian/patches/pod-fixes.patch
+++ /dev/null
@@ -1,232 +0,0 @@
-Description: fix a couple of POD mistakes
- detected with Pod::Simple from 5.18
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=86207
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86207
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-17
-
---- a/lib/JE.pm
-+++ b/lib/JE.pm
-@@ -29,6 +29,8 @@
- require JE::String                          ;
- require JE::Undefined                     ;
- 
-+=encoding UTF-8
-+
- =head1 NAME
- 
- JE - Pure-Perl ECMAScript (JavaScript) Engine
---- a/lib/JE/Boolean.pm
-+++ b/lib/JE/Boolean.pm
-@@ -113,3 +113,5 @@
- =item L<JE::Types>
- 
- =item L<JE::Object::Boolean>
-+
-+=back
---- a/lib/JE/Code.pm
-+++ b/lib/JE/Code.pm
-@@ -1543,7 +1543,9 @@
- 
- =over 4
- 
--L<JE>
-+=item L<JE>
-+
-+=back
- 
- =cut
- 
---- a/lib/JE/LValue.pm
-+++ b/lib/JE/LValue.pm
-@@ -224,6 +224,8 @@
- 
- Returns the property name.
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Null.pm
-+++ b/lib/JE/Null.pm
-@@ -74,6 +74,8 @@
- 
- =item JE::Undefined
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Number.pm
-+++ b/lib/JE/Number.pm
-@@ -232,6 +232,8 @@
- 
- =item L<JE::Object::Number>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Boolean.pm
-+++ b/lib/JE/Object/Boolean.pm
-@@ -174,6 +174,8 @@
- 
- =item JE::Boolean
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error.pm
-+++ b/lib/JE/Object/Error.pm
-@@ -190,6 +190,8 @@
- 
- =item L<JE::Object::Error::ReferenceError>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error/RangeError.pm
-+++ b/lib/JE/Object/Error/RangeError.pm
-@@ -55,6 +55,8 @@
- 
- =item L<JE::Object::Error>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error/ReferenceError.pm
-+++ b/lib/JE/Object/Error/ReferenceError.pm
-@@ -56,6 +56,8 @@
- 
- =item L<JE::Object::Error>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error/SyntaxError.pm
-+++ b/lib/JE/Object/Error/SyntaxError.pm
-@@ -55,6 +55,8 @@
- 
- =item L<JE::Object::Error>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error/TypeError.pm
-+++ b/lib/JE/Object/Error/TypeError.pm
-@@ -55,6 +55,8 @@
- 
- =item L<JE::Object::Error>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Error/URIError.pm
-+++ b/lib/JE/Object/Error/URIError.pm
-@@ -55,6 +55,8 @@
- 
- =item L<JE::Object::Error>
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/Function.pm
-+++ b/lib/JE/Object/Function.pm
-@@ -699,6 +699,8 @@
- 
- =item JE::LValue
- 
-+=back
-+
- =cut
- 
- 
-@@ -887,4 +889,4 @@
- 	[ map $self->prop($_), 0..$$$self{args_length}-1 ];
- }
- 
--1;
-\ No newline at end of file
-+1;
---- a/lib/JE/Object/Math.pm
-+++ b/lib/JE/Object/Math.pm
-@@ -510,4 +510,6 @@
- 
- =item JE::Number
- 
-+=back
-+
- =cut
---- a/lib/JE/Object/Number.pm
-+++ b/lib/JE/Object/Number.pm
-@@ -473,4 +473,6 @@
- 
- =item JE::Number
- 
-+=back
-+
- =cut
---- a/lib/JE/Object/RegExp.pm
-+++ b/lib/JE/Object/RegExp.pm
-@@ -922,6 +922,8 @@
- 
- =item JE::Object
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/Object/String.pm
-+++ b/lib/JE/Object/String.pm
-@@ -25,6 +25,8 @@
- JE::Code->import('add_line_number');
- sub add_line_number;
- 
-+=encoding UTF-8
-+
- =head1 NAME
- 
- JE::Object::String - JavaScript String object class
-@@ -924,6 +926,8 @@
- 
- =item JE::Object
- 
-+=back
-+
- =cut
- 
- 
---- a/lib/JE/String.pm
-+++ b/lib/JE/String.pm
-@@ -238,3 +238,5 @@
- =item L<JE::Types>
- 
- =item L<JE::Object::String>
-+
-+=back
---- a/lib/JE/Undefined.pm
-+++ b/lib/JE/Undefined.pm
-@@ -67,3 +67,4 @@
- 
- =item JE
- 
-+=back
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1cc419b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libje-perl.git



More information about the Pkg-perl-cvs-commits mailing list