Skip Menu |

This queue is for tickets about the Devel-Kit CPAN distribution.

Report information
The Basics
Id: 79159
Status: resolved
Priority: 0/
Queue: Devel-Kit

People
Owner: Nobody in particular
Requestors: kmulholland [...] inview.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: documentation bugs with Devel::Kit
Date: Thu, 23 Aug 2012 07:47:00 +0000
To: "bug-devel-kit [...] rt.cpan.org" <bug-devel-kit [...] rt.cpan.org>
From: Kevin Mulholland <kmulholland [...] inview.co.uk>
Hi, just reading through your latest release of Devel::Kit. I noticed that most of the examples for "Data Format dumpers", suffer from cut+paste issues. eg, yd() YAML dumper<http://search.cpan.org/%7Edmuey/Devel-Kit-0.1/lib/Devel/Kit.pm#___top> perl -MDevel::Kit -e 'qd($your_yaml_here)' should this not be yd() YAML dumper<http://search.cpan.org/%7Edmuey/Devel-Kit-0.1/lib/Devel/Kit.pm#___top> perl -MDevel::Kit -e 'yd($your_yaml_here)' Everything up to "String Representations" is affected. Then later ue/uu, qe/qu have similar issues. se/su are missing the example code. Hope this is of some help best regards kevin ---- Infrastructure Manager Inview Technology Ltd. Tel: +44 1606 812500
thanks! should be addressed in v0.2 just uploaded to CPAN. I replied to the original report but see that the message got bounced back, sorry :) On Thu Aug 23 03:47:36 2012, kmulholland@inview.co.uk wrote: Show quoted text
> Hi, just reading through your latest release of Devel::Kit. > > I noticed that most of the examples for "Data Format dumpers", suffer > from cut+paste issues. > > eg, > yd() YAML dumper<http://search.cpan.org/%7Edmuey/Devel-Kit- > 0.1/lib/Devel/Kit.pm#___top> > > perl -MDevel::Kit -e 'qd($your_yaml_here)' > > should this not be > yd() YAML dumper<http://search.cpan.org/%7Edmuey/Devel-Kit- > 0.1/lib/Devel/Kit.pm#___top> > > perl -MDevel::Kit -e 'yd($your_yaml_here)' > > Everything up to "String Representations" is affected. > > Then later ue/uu, qe/qu have similar issues. se/su are missing the > example code. > > Hope this is of some help > best regards > kevin > ---- > Infrastructure Manager > Inview Technology Ltd. > Tel: +44 1606 812500