Skip Menu |

This queue is for tickets about the Text-Table CPAN distribution.

Report information
The Basics
Id: 118852
Status: resolved
Priority: 0/
Queue: Text-Table

People
Owner: Nobody in particular
Requestors: richlv [...] nakts.net
Cc:
AdminCc:

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



Subject: [doc] rule() has -< instead of ->
Date: Sun, 20 Nov 2016 19:48:43 +0200
To: bug-Text-Table [...] rt.cpan.org
From: Rihards <richlv [...] nakts.net>
http://search.cpan.org/~shlomif/Text-Table-1.131/lib/Text/Table.pm has : $tb-<rule( '-', '+') looks like it was supposed to be : $tb->rule( '-', '+') -- Rihards
On Sun Nov 20 12:49:01 2016, richlv@nakts.net wrote: Show quoted text
> http://search.cpan.org/~shlomif/Text-Table-1.131/lib/Text/Table.pm has : > $tb-<rule( '-', '+') > > looks like it was supposed to be : > $tb->rule( '-', '+')
Fixed in commit 0dac6b12e06d3efe2b0d1c5d2eb18c2e26312cbc and will be on CPAN hopefully real soon now. Thanks!