Skip Menu |

This queue is for tickets about the Sort-Hash CPAN distribution.

Report information
The Basics
Id: 97240
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Sort-Hash

People
Owner: BRAINBUZ [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 2.00
  • 2.00-TRIAL
Fixed in: (no value)



Subject: Pod in SYNOPSIS bad
https://metacpan.org/pod/Sort::Hash#SYNOPSIS

The second example shows a verbatim:

E<lt>=E<gt>

however, the escaping is not necessary in POD indent sections, as indented POD is treated verbatim.

Almost fixed in 2.02:


<=E>

 

:)

I released version 2.02. Modified the synopsis. I also fixed something that was showing a kwalitee fail on metacpan. Let me know if you find any other errors in the module. On Tue Jul 15 02:59:20 2014, KENTNL wrote: Show quoted text
> https://metacpan.org/pod/Sort::Hash#SYNOPSIS > > The second example shows a verbatim: > > E<lt>=E<gt> > > however, the escaping is not necessary in POD indent sections, as > indented POD > is treated verbatim.
On Tue Jul 15 02:59:20 2014, KENTNL wrote: Show quoted text
> https://metacpan.org/pod/Sort::Hash#SYNOPSIS > > The second example shows a verbatim: > > E<lt>=E<gt> > > however, the escaping is not necessary in POD indent sections, as > indented POD > is treated verbatim.
On Tue Jul 15 02:59:20 2014, KENTNL wrote: Show quoted text
> https://metacpan.org/pod/Sort::Hash#SYNOPSIS > > The second example shows a verbatim: > > E<lt>=E<gt> > > however, the escaping is not necessary in POD indent sections, as > indented POD > is treated verbatim.
I pushed a change (hopefully the last pod fix needed) up to the repo on bitbucket. I'm on my way to bed. https://bitbucket.org/brainbuz/sort-hash On Tue Jul 15 02:59:20 2014, KENTNL wrote: Show quoted text
> https://metacpan.org/pod/Sort::Hash#SYNOPSIS > > The second example shows a verbatim: > > E<lt>=E<gt> > > however, the escaping is not necessary in POD indent sections, as > indented POD > is treated verbatim.
I pushed 2.03 out. Before releasing I also ran podlint and podchecker and perlcritic and found a few more minor things (like lines of spaces in pod), and of course disagreed with perlcritic on most of what it complained about. On Tue Jul 15 04:11:18 2014, BRAINBUZ wrote: Show quoted text
> I pushed a change (hopefully the last pod fix needed) up to the repo > on bitbucket. I'm on my way to bed. > > https://bitbucket.org/brainbuz/sort-hash > > On Tue Jul 15 02:59:20 2014, KENTNL wrote:
> > https://metacpan.org/pod/Sort::Hash#SYNOPSIS > > > > The second example shows a verbatim: > > > > E<lt>=E<gt> > > > > however, the escaping is not necessary in POD indent sections, as > > indented POD > > is treated verbatim.
2.03 looks good to me =)