Skip Menu |

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

Report information
The Basics
Id: 100470
Status: resolved
Priority: 0/
Queue: CSS-Inliner

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

Bug Information
Severity: Normal
Broken in: 3948
Fixed in: (no value)



Subject: SYNOPSIS uses wrong module
SYNOPSIS shows an example using Inliner module, while it should be CSS::Inliner. Correct lines: use CSS::Inliner; my $inliner = new CSS::Inliner(); $inliner->read_file({ filename => 'myfile.html' }); print $inliner->inlinify();
Thanks. This will be included in the forthcoming release, which should be happening within a week or so. On Thu Nov 20 05:35:54 2014, ARTHAS wrote: Show quoted text
> SYNOPSIS shows an example using Inliner module, while it should be > CSS::Inliner. > > Correct lines: > > > > use CSS::Inliner; > > my $inliner = new CSS::Inliner(); > > $inliner->read_file({ filename => 'myfile.html' }); > > print $inliner->inlinify();
Resolved in 3957