Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: MSTEVENS [...] cpan.org
Cc: michael.smith [...] dianomi.com
michael.stevens [...] dianomi.com
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2897
Fixed in: (no value)



CC: michael.stevens [...] dianomi.com,michael.smith [...] dianomi.com
Subject: pod errors in CSS::Inliner
Looking at the README file in the dist I see this: POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 295: '=item' outside of any '=over' Around line 311: '=item' outside of any '=over'
Subject: fa84b88019c5fc78d99efae96d386ad6eefc4fb0.patch
From fa84b88019c5fc78d99efae96d386ad6eefc4fb0 Mon Sep 17 00:00:00 2001 From: Michael Stevens <mstevens@etla.org> Date: Fri, 17 Dec 2010 10:36:14 +0000 Subject: [PATCH] Fix podchecker complaints. --- lib/CSS/Inliner.pm | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/lib/CSS/Inliner.pm b/lib/CSS/Inliner.pm index 8211820..13fd723 100644 --- a/lib/CSS/Inliner.pm +++ b/lib/CSS/Inliner.pm @@ -60,6 +60,7 @@ B<strip_attrs> (optional). Remove all "id" and "class" attributes during inlinin B<leave_style> (optional). Leave style/link tags alone within <head> during inlining =back + =cut sub new { @@ -195,8 +196,6 @@ Processes the html data that was entered through either 'read' or 'read_file', returns a scalar that contains a composite chunk of html that has inline styles instead of a top level <style> declaration. -=back - =cut sub inlinify { @@ -296,8 +295,6 @@ sub inlinify { Given a particular selector return back the applicable styles -=back - =cut sub query { -- 1.6.1
Hi Michael, Thanks for these fixes. I've committed them to the local tree and I'll be releasing an update on CPAN shortly. -Kevin ========================= Committed revision 2953.