Skip Menu |

This queue is for tickets about the CSS-Simple CPAN distribution.

Report information
The Basics
Id: 100606
Status: resolved
Priority: 0/
Queue: CSS-Simple

People
Owner: Nobody in particular
Requestors: MANWAR [...] cpan.org
Cc:
AdminCc:

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



Subject: Code in SYNOPSIS doesn't compile
Hi Kevin, Thanks for the great work. I noticed the code in the SYNOPSIS section has bug. The line below: $css->read({ filename => 'input.css' }); should actually be replaced with the line below: $css->read_file({ filename => 'input.css' }); Best Regards, Mohammad S Anwar
Hi Mohammad, Thank you for the suggestion. I found that my internal repo already had this change in place, but that the new version was not posted to CPAN. It must have failed for one reason or another, as that change was made something like 4 years ago. Anyways I just posted it, so this will be fixed moving forward. thanks, Kevin On Sat Nov 29 09:44:47 2014, MANWAR wrote: Show quoted text
> Hi Kevin, > > Thanks for the great work. I noticed the code in the SYNOPSIS section > has bug. The line below: > > $css->read({ filename => 'input.css' }); > > should actually be replaced with the line below: > > $css->read_file({ filename => 'input.css' }); > > Best Regards, > Mohammad S Anwar