RT for rt.cpan.org
Skip Menu
|
Bug #123682 for CSS-Simple: Indirect object syntax used in docs
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
CSS-Simple CPAN distribution
.
Report information
The Basics
Id:
123682
Status:
new
Priority:
0/
Queue:
CSS-Simple
People
Owner:
Nobody in particular
Requestors:
RSAVAGE [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Mon Nov 20 00:12:11 2017
RSAVAGE [...] cpan.org - Ticket created
Subject:
Indirect object syntax used in docs
Instead of: my $css = new CSS::Simple(); Use (as per what is now recommended as standard to Perl object declaration): my $css = CSS::Simple() -> new;