EPublisher-Target-Plugin-OTRSDoc

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

bugtracker.web = http://github.com/reneeb/EPublisher-Target-Plugin-OTRSDoc/issues
repository.url = http://github.com/reneeb/EPublisher-Target-Plugin-OTRSDoc.git
repository.web = http://github.com/reneeb/EPublisher-Target-Plugin-OTRSDoc
repository.type = git

[Prereqs]
EPublisher = 0.7
File::Basename = 2
File::Path = 2.08
HTML::Template::Compiled = 0
Pod::Simple::XHTML = 3.14
parent = 0
perl = 5.010

[Prereqs / TestRequires ]
Capture::Tiny = 0
File::Spec = 0
Test::More = 0
Test::LongString = 0

lib/EPublisher/Target/Plugin/OTRSDoc.pm  view on Meta::CPAN

        # If it's an unknown type, use an attribute-less <a> like HTML.pm.
        $self->{'scratch'} .= '<a' . ( $url ? ' href="' . $url . '">' : '>' );
    };
    
    *Pod::Simple::XHTML::start_Document = sub {
        my ($self) = @_;

        #my $xhtml_headers =
        #    qq{<?xml version="1.0" encoding="UTF-8"?>\n}
        #  . qq{<!DOCTYPE html\n}
        #  . qq{ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n}
        #  . qq{ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n} . qq{\n}
        #  . qq{<html xmlns="http://www.w3.org/1999/xhtml">\n}
        #  . qq{<head>\n}
        #  . qq{<title></title>\n}
        #  . qq{<meta http-equiv="Content-Type" }
        #  . qq{content="text/html; charset=utf-8"/>\n}
        #  . qq{<link rel="stylesheet" href="../styles/style.css" }
        #  . qq{type="text/css"/>\n}
        #  . qq{</head>\n} . qq{\n}
        #  . qq{<body>\n};



( run in 0.462 second using v1.01-cache-2.11-cpan-49f99fa48dc )