-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PATCH] Fix Dumper.pm podcheck error #14871
Comments
From @paulohrpinheiroThis is a bug report for perl from paulohrpinheiro@gmail.com, Fixed error in test for Dumper.pm. Apparently the test script to verify the Flags: Site configuration information for perl 5.23.3: Configured by phrp at Mon Aug 24 23:24:08 BRT 2015. Summary of my perl5 (revision 5 version 23 subversion 3) configuration: Locally applied patches: @INC for perl 5.23.3: Environment for perl 5.23.3: |
From @paulohrpinheiro0001-Fixed-pod-trick-in-Dumper.pm.patchFrom b8a66286e51ac68439aa2691c55a87f5e7ecd411 Mon Sep 17 00:00:00 2001
From: Paulo Pinheiro <paulohrpinheiro@gmail.com>
Date: Tue, 25 Aug 2015 00:03:40 -0300
Subject: [PATCH] Fixed pod trick in Dumper.pm
---
dist/Data-Dumper/Dumper.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index e884298..0d1108f 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -889,7 +889,7 @@ C<$VAR>I<n> (where I<n> is a numeric suffix), and other duplicate references
to substructures within C<$VAR>I<n> will be appropriately labeled using arrow
notation. You can specify names for individual values to be dumped if you
use the C<Dump()> method, or you can change the default C<$VAR> prefix to
-something else. See C<$Data::Dumper::Varname> and C<$Data::Dumper::Terse>
+something else. See C<$DataE<58>:Dumper::Varname> and C<$Data::Dumper::Terse>
below.
The default output of self-referential structures can be C<eval>ed, but the
--
2.1.4
|
From @tonycozOn Mon Aug 24 20:30:47 2015, paulohrpinheiro@gmail.com wrote:
Which test is that? I just tested Data::Dumper from CPAN, which passed, and Data::Dumper in blead is tested several times daily (including pod checks), and it passes. Tony |
The RT System itself - Status changed from 'new' to 'open' |
From @paulohrpinheiroHi! Em Ter Ago 25 17:07:30 2015, tonyc escreveu:
Hi! In file `t/porting/known_pod_issues.dat` of source tree there are a list of silenced tests. I read it on this page: http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod (section `Fix POD errors in Perl documentation`) And chose one to present my first contribution. Paulo |
From @paulohrpinheiroHi! In file `t/porting/known_pod_issues.dat`of source tree there area list http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod (section `Fix POD errors in Perl documentation`) And chose one to present my first contribution. Konsole output Paulo Henrique Rodrigues Pinheiro On 25/08/2015 21:07, Tony Cook via RT wrote:
|
From @khwilliamsonOn 08/25/2015 06:44 PM, Paulo Henrique Rodrigues Pinheiro wrote:
Thank you for wanting to help out, and I hope to see further It turns out that the problem you fixed in Dumper.pm is actually better The change of a colon to an escape sequence would cause the pod to be I'll put fixing podcheck.t for this problem on my list of things to do. If you'd like to make some more contributions to pod errors, please Thanks again. Karl Williamson
|
From @paulohrpinheiroI'm happy to have helped in some way, and I also think that what you Paulo Henrique Rodrigues Pinheiro On 27/08/2015 02:32, Karl Williamson wrote:
|
From @tonycozOn Thu Aug 27 05:18:03 2015, paulohrpinheiro@gmail.com wrote:
Thanks for trying to contribute, as discussed this needs to be fixed in the pod check code, so this patch is inappropriate. Closing this ticket. Tony |
@tonycoz - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#125895 (status was 'rejected')
Searchable as RT125895$
The text was updated successfully, but these errors were encountered: