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