Start 2010-06-15T06:19:52 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Mon, 14 Jun 2010 21:26:57 GMT Running make for C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz ok Will not use Archive::Tar, need 1.00 Pod-PseudoPod-LaTeX-1.101650 Pod-PseudoPod-LaTeX-1.101650/dist.ini Pod-PseudoPod-LaTeX-1.101650/Changes Pod-PseudoPod-LaTeX-1.101650/lib/Pod/PseudoPod Pod-PseudoPod-LaTeX-1.101650/lib/Pod/PseudoPod/LaTeX.pm Pod-PseudoPod-LaTeX-1.101650/bin Pod-PseudoPod-LaTeX-1.101650/bin/ppod2latex Pod-PseudoPod-LaTeX-1.101650/t Pod-PseudoPod-LaTeX-1.101650/t/00-load.t Pod-PseudoPod-LaTeX-1.101650/t/boilerplate.t Pod-PseudoPod-LaTeX-1.101650/t/escapes.t Pod-PseudoPod-LaTeX-1.101650/t/sections.t Pod-PseudoPod-LaTeX-1.101650/t/test_file.pod Pod-PseudoPod-LaTeX-1.101650/t/translations.t Pod-PseudoPod-LaTeX-1.101650/t/emit_environments.t Pod-PseudoPod-LaTeX-1.101650/LICENSE Pod-PseudoPod-LaTeX-1.101650/META.json Pod-PseudoPod-LaTeX-1.101650/META.yml Pod-PseudoPod-LaTeX-1.101650/README /usr/bin/tar: Read 4608 bytes from - Pod-PseudoPod-LaTeX-1.101650/MANIFEST Pod-PseudoPod-LaTeX-1.101650/Build.PL CPAN.pm: Going to build C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz >>> /Users/fly1003/bin/perl Build.PL Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'Pod-PseudoPod-LaTeX' version '1.101650' >>> ./Build ./Build: blib/lib/Pod/PseudoPod/LaTeX.pm: cannot resolve L in paragraph 149. Building Pod-PseudoPod-LaTeX CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 # Testing Pod::PseudoPod::LaTeX 1.101650, Perl 5.010000, /Users/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/escapes.t ............ 1..21 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 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!}. # # 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 # # \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[] 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!}. # # 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 # # \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[] 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..15 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 All tests successful. Files=6, Tests=60, 2 wallclock secs ( 0.17 usr 0.14 sys + 0.98 cusr 0.22 csys = 1.51 CPU) Result: PASS CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz ./Build test verbose=1 -- OK chromatic <chromatic@wgz.org> convert Pod::PseudoPod documents into LaTeX >>> (cd /Users/fly1003/var/cpan/build/Pod-PseudoPod-LaTeX-1.101650-LCDCZN && tar cvf - Pod-PseudoPod-LaTeX-1.101650.ppd blib) | gzip -c >/Users/fly1003/var/REPO/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.101650.tar.gz Pod-PseudoPod-LaTeX-1.101650.ppd blib/ blib/lib/ blib/lib/Pod/ blib/lib/Pod/PseudoPod/ blib/lib/Pod/PseudoPod/LaTeX.pm blib/script/ blib/script/ppod2latex >>> mv /Users/fly1003/var/cpan/build/Pod-PseudoPod-LaTeX-1.101650-LCDCZN/Pod-PseudoPod-LaTeX-1.101650.ppd /Users/fly1003/var/REPO/C/CH/CHROMATIC Finished 2010-06-15T06:20:04