Skip Menu |

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)



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;