Tue Nov 19 13:48:00 2019perl [...] evancarroll.com - Ticket created
Subject:
Why do you quote module names?
Why do you quote your module names?
Why "Type::Tiny"->new rather than Type::Tiny->new
--
Evan Carroll
System Lord of the Internets
http://www.evancarroll.com
Thu Nov 21 12:07:55 2019perl [...] toby.ink - Correspondence added
On 2019-11-19T18:48:00Z, ECARROLL wrote:
Show quoted text
> Why do you quote your module names?
> Why "Type::Tiny"->new rather than Type::Tiny->new
What do you think $thing is in the code below?
####
package Type {
use HTTP::Tiny;
use constant Tiny => 'HTTP::Tiny';
}
my $thing = Type::Tiny->new;
Thu Nov 21 12:07:56 2019The RT System itself - Status changed from 'new' to 'open'
Thu Nov 21 12:07:56 2019perl [...] toby.ink - Status changed from 'open' to 'rejected'