PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-07-12T10:05:38 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1003/var/cpan/Metadata' Database was generated on Mon, 11 Jul 2011 18:27:14 GMT Running make for C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz ok Will not use Archive::Tar, need 1.00 Pod-PseudoPod-LaTeX-1.20110710 Pod-PseudoPod-LaTeX-1.20110710/README Pod-PseudoPod-LaTeX-1.20110710/Changes Pod-PseudoPod-LaTeX-1.20110710/LICENSE Pod-PseudoPod-LaTeX-1.20110710/dist.ini Pod-PseudoPod-LaTeX-1.20110710/META.yml Pod-PseudoPod-LaTeX-1.20110710/MANIFEST Pod-PseudoPod-LaTeX-1.20110710/t Pod-PseudoPod-LaTeX-1.20110710/t/escapes.t Pod-PseudoPod-LaTeX-1.20110710/t/00-load.t Pod-PseudoPod-LaTeX-1.20110710/Makefile.PL Pod-PseudoPod-LaTeX-1.20110710/t/sections.t Pod-PseudoPod-LaTeX-1.20110710/bin Pod-PseudoPod-LaTeX-1.20110710/bin/ppod2latex Pod-PseudoPod-LaTeX-1.20110710/t/boilerplate.t Pod-PseudoPod-LaTeX-1.20110710/t/test_file.pod Pod-PseudoPod-LaTeX-1.20110710/t/environments.t Pod-PseudoPod-LaTeX-1.20110710/t/translations.t Pod-PseudoPod-LaTeX-1.20110710/t/emit_environments.t Pod-PseudoPod-LaTeX-1.20110710/lib/Pod/PseudoPod Pod-PseudoPod-LaTeX-1.20110710/lib/Pod/PseudoPod/LaTeX.pm CPAN.pm: Going to build C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Pod::PseudoPod::LaTeX >>> make cp lib/Pod/PseudoPod/LaTeX.pm blib/lib/Pod/PseudoPod/LaTeX.pm cp bin/ppod2latex blib/script/ppod2latex /export/home/fly1003/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ppod2latex Manifying blib/man3/Pod::PseudoPod::LaTeX.3 CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Pod::PseudoPod::LaTeX 1.20110710, Perl 5.010000, /export/home/fly1003/bin/perl t/00-load.t ............ 1..1 ok 1 - use Pod::PseudoPod::LaTeX; ok t/boilerplate.t ........ 1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Pod/PseudoPod/LaTeX.pm contains no boilerplate text ok t/emit_environments.t .. 1..4 ok 1 - use Pod::PseudoPod::LaTeX; ok 2 - Emit formatting code when emit_environment option not set ok 3 - No sidebar environemnt whatsoever when emit_environment option not set ok 4 - Emit abstract \begin{foo} when emit_environment option is set ok t/environments.t ....... 1..3 ok 1 - use Pod::PseudoPod::LaTeX; ok 2 - \LaTeX in a =for latex section remains intact ok 3 - title is passed is available ok t/escapes.t ............ 1..30 ok 1 - use Pod::PseudoPod::LaTeX; ok 2 - verbatim sections should be unescaped. ok 3 - ... indented too ok 4 - \# should get quoted ok 5 - \ should get quoted ok 6 - $ should get quoted ok 7 - & should get quoted ok 8 - % should get quoted ok 9 - _ should get quoted ok 10 - { and } should get quoted ok 11 - ~ should get quoted ok 12 - ^ should get quoted ok 13 - starting double quotes should turn into double opening single quotes ok 14 - ... even inside a paragraph ok 15 - ending double quotes should turn into double closing single quotes ok 16 - ... also at the end of a paragraph ok 17 - ellipsis needs a translation ok 18 - fl ligature needs marking ok 19 - fi ligature also needs marking ok 20 - ff ligature also needs marking too ok 21 - spacey double dash should become a real emdash ok 22 - ! must me quoted with " in an index entry ok 23 - @ must me quoted with " in an index entry ok 24 - | must me quoted with " in an index entry ok 25 - non-escaped " must me quoted with another " in an index entry ok 26 - trailing spaces in hierarchical terms should be ignored ok 27 - escapes works inside items first line ok 28 - escapes works inside items paragraphs ok 29 - escapes works inside description lists ok 30 - escapes works inside description lists paragraphs ok t/sections.t ........... 1..16 ok 1 - use Pod::PseudoPod::LaTeX; ok 2 - 0 heads should become chapter titles ok 3 - A heads should become section titles ok 4 - B heads should become subsection titles ok 5 - C heads should become subsubsection titles ok 6 - programlistings should become unescaped, verbatim text ok 7 - screens should become unescaped, verbatim text ok 8 - blockquoted text gets escaped ok 9 - text-item lists need description formatting to start ok 10 - ... and to end ok 11 - bulleted lists need itemized formatting to start ok 12 - ... and to end ok 13 - definition lists need description formatting to start ok 14 - ... and to end not ok 15 - enumerated lists need their numbers intact # TODO Seems like an upstream bug here # # Failed (TODO) test 'enumerated lists need their numbers intact' # at t/sections.t line 65. # '\chapter{Some Document} # # Here is some ignorable text. # # \section*{A Heading} # # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\}] # "This text should not be escaped -- it is normal $text." # \end{Verbatim} # \vspace{-6pt} # \normalsize # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\}] # This indented text should come through unmodified too -- it is also "normal" # $text. # \end{Verbatim} # \vspace{-6pt} # \normalsize # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\},frame=single,label=Program output] # This should also be $unm0d+ified # \end{Verbatim} # \vspace{-6pt} # \normalsize # Blockquoted text may or may not need ``escaped''. I haven't decided. # # \subsection*{B heading} # # Encode the noble octothorpe, \#, and the slash used for escaping: $\backslash$. There are lots of other escapable characters, including \$ \& \% and \_. The curly braces, \{\}, get escaped too. The tilde, $\sim$, has something special too. # # ``The interesting thing is that when you use double quotes,'' he said, ``they turn into double single quotes going in the correct direction.'' # # The caret \char94{} is interesting too. # # \subsubsection*{c heading} # # When you leave out words, add an ellipsis\ldots and get out an escaped version. # # Words like f\mbox{}lame, f\mbox{}ilk, and inef\mbox{}fable have interesting ligatures---and you need a bit of work to make the typography work out nicely. # # Diacritics are more dif\mbox{}ficult \'a la the na\"ive attach\`e and the \copyright caper, \pm some constant. Fran\caise has some fun ones. # # \begin{figure}[!h] # \begin{center} # \framebox{ # \begin{minipage}{3.5in} # \vspace{3pt} # # Hello, this is a sidebar # # \vspace{3pt} # \end{minipage} # } # \end{center} # \end{figure} # \index{Special formatting} is \textbf{very} important, especially in \texttt{code-like text}, for special \emph{emphasis}, and \emph{semantic-only emphasis}\footnote{but beware of footnotes!}. Try to format correctly Google URL: \url{http://www.google.com/}. # # Index entries are more fun, as more special characters must be escaped, with a quote sign. E.g. \index{negation "! operator}, \index{array "@ sigil}, \index{the pipe "|} and \index{strange quote a""a}. # # More, we should be able to have superscripts like \emph{E = mc$^{2}$} or subscripts, like \emph{H$_{2}$O}. # # # # Sometimes it would be good to send direct commands to \LaTeX # Indentation should not be verbatim. Nothing should be touched. # # # Hierarchical terms are also possible, separating single terms with a comma. Spaces around comma (e.g. in \index{hierarchical terms!omiting trailing spaces}) should be ignored, as they inf\mbox{}luence sorting order. # # Lists are fun: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] Verbatim # # \item[] List # # \item[] items # # \end{description} # # \vspace{-5pt} # Bulleted lists rule too: # # \vspace{-5pt} # # \begin{itemize} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item BANG # # \item \$BANG BANG\$ # # And they might have more lines. And they \_ are \$ properly \% escaped. # # \item BANGERANG! # # \end{itemize} # # \vspace{-5pt} # Def\mbox{}inition lists are useful: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] wakawaka # # What Pac-Man says. # # \item[] has\_method # # And add\_method are escaped # # \item[] ook ook # # What the librarian says. # # \end{description} # # \vspace{-5pt} # Numeric lists are more fun: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] 2 # # First # # \item[] 33 # # Second # # \item[] 77 # # Fooled you! # # \end{description} # # \vspace{-5pt} # ' # doesn't match '(?-xism:\\begin{enumerate}.+\\item \[22\] First)' not ok 16 - ... and their itemized endings okay # TODO Seems like an upstream bug here # # Failed (TODO) test '... and their itemized endings okay' # at t/sections.t line 68. # '\chapter{Some Document} # # Here is some ignorable text. # # \section*{A Heading} # # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\}] # "This text should not be escaped -- it is normal $text." # \end{Verbatim} # \vspace{-6pt} # \normalsize # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\}] # This indented text should come through unmodified too -- it is also "normal" # $text. # \end{Verbatim} # \vspace{-6pt} # \normalsize # \vspace{-6pt} # \scriptsize # \begin{Verbatim}[commandchars=\\\{\},frame=single,label=Program output] # This should also be $unm0d+ified # \end{Verbatim} # \vspace{-6pt} # \normalsize # Blockquoted text may or may not need ``escaped''. I haven't decided. # # \subsection*{B heading} # # Encode the noble octothorpe, \#, and the slash used for escaping: $\backslash$. There are lots of other escapable characters, including \$ \& \% and \_. The curly braces, \{\}, get escaped too. The tilde, $\sim$, has something special too. # # ``The interesting thing is that when you use double quotes,'' he said, ``they turn into double single quotes going in the correct direction.'' # # The caret \char94{} is interesting too. # # \subsubsection*{c heading} # # When you leave out words, add an ellipsis\ldots and get out an escaped version. # # Words like f\mbox{}lame, f\mbox{}ilk, and inef\mbox{}fable have interesting ligatures---and you need a bit of work to make the typography work out nicely. # # Diacritics are more dif\mbox{}ficult \'a la the na\"ive attach\`e and the \copyright caper, \pm some constant. Fran\caise has some fun ones. # # \begin{figure}[!h] # \begin{center} # \framebox{ # \begin{minipage}{3.5in} # \vspace{3pt} # # Hello, this is a sidebar # # \vspace{3pt} # \end{minipage} # } # \end{center} # \end{figure} # \index{Special formatting} is \textbf{very} important, especially in \texttt{code-like text}, for special \emph{emphasis}, and \emph{semantic-only emphasis}\footnote{but beware of footnotes!}. Try to format correctly Google URL: \url{http://www.google.com/}. # # Index entries are more fun, as more special characters must be escaped, with a quote sign. E.g. \index{negation "! operator}, \index{array "@ sigil}, \index{the pipe "|} and \index{strange quote a""a}. # # More, we should be able to have superscripts like \emph{E = mc$^{2}$} or subscripts, like \emph{H$_{2}$O}. # # # # Sometimes it would be good to send direct commands to \LaTeX # Indentation should not be verbatim. Nothing should be touched. # # # Hierarchical terms are also possible, separating single terms with a comma. Spaces around comma (e.g. in \index{hierarchical terms!omiting trailing spaces}) should be ignored, as they inf\mbox{}luence sorting order. # # Lists are fun: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] Verbatim # # \item[] List # # \item[] items # # \end{description} # # \vspace{-5pt} # Bulleted lists rule too: # # \vspace{-5pt} # # \begin{itemize} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item BANG # # \item \$BANG BANG\$ # # And they might have more lines. And they \_ are \$ properly \% escaped. # # \item BANGERANG! # # \end{itemize} # # \vspace{-5pt} # Def\mbox{}inition lists are useful: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] wakawaka # # What Pac-Man says. # # \item[] has\_method # # And add\_method are escaped # # \item[] ook ook # # What the librarian says. # # \end{description} # # \vspace{-5pt} # Numeric lists are more fun: # # \vspace{-5pt} # # \begin{description} # # \setlength{\topsep}{0pt} # \setlength{\itemsep}{0pt} # \item[] 2 # # First # # \item[] 33 # # Second # # \item[] 77 # # Fooled you! # # \end{description} # # \vspace{-5pt} # ' # doesn't match '(?-xism:\\item \[77\].+Fooled you!.+\\end{itemize})' ok t/translations.t ....... 1..18 ok 1 - use Pod::PseudoPod::LaTeX; ok 2 - blank lines should remain between paragraphs ok 3 - acute diacritic should translate to single quote escape ok 4 - umlaut diacritic should translate to double quote escape ok 5 - grave diacritic should translate to single backquote escape ok 6 - cedilla should translate to \c ok 7 - copyright symbol should get escaped ok 8 - double hyphen dash should become unspacey long dash ok 9 - plusmn should get an escape too ok 10 - bold text needs a formatting directive ok 11 - code-marked text needs a formatting directive ok 12 - file paths need an emphasis directive ok 13 - ... and so does italicized text ok 14 - footnotes need special escaping too ok 15 - indexed items need even more special escaping ok 16 - superscript works ok 17 - subscript works ok 18 - urls work ok All tests successful. Files=7, Tests=75, 4 wallclock secs ( 0.23 usr 0.05 sys + 1.90 cusr 0.15 csys = 2.33 CPU) Result: PASS CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> convert Pod::PseudoPod documents into LaTeX >>> (cd /export/home/fly1003/var/cpan/build/Pod-PseudoPod-LaTeX-1.20110710-38SzZR && tar cvf - Pod-PseudoPod-LaTeX-1.20110710.ppd blib) | gzip -c >/export/home/fly1003/var/REPO/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz Pod-PseudoPod-LaTeX-1.20110710.ppd blib/ blib/lib/ blib/lib/Pod/ blib/lib/Pod/PseudoPod/ blib/lib/Pod/PseudoPod/LaTeX.pm blib/script/ blib/script/ppod2latex blib/man3/ blib/man3/Pod::PseudoPod::LaTeX.3 >>> mv /export/home/fly1003/var/cpan/build/Pod-PseudoPod-LaTeX-1.20110710-38SzZR/Pod-PseudoPod-LaTeX-1.20110710.ppd /export/home/fly1003/var/REPO/C/CH/CHROMATIC Finished 2011-07-12T10:06:01