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