PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2012-06-16T09:14:34 ActivePerl-1600 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.16/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Sun, 10 Jun 2012 03:51:03 GMT Running make for C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\C\CH\CHROMATIC\Pod-PseudoPod-LaTeX-1.20110710.tar.gz ok 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 >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Pod::PseudoPod::LaTeX Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Pod/PseudoPod/LaTeX.pm blib\lib\Pod\PseudoPod\LaTeX.pm C:\Perl64-5.16\bin\perl.exe -MExtUtils::Command -e cp -- bin/ppod2latex blib\script\ppod2latex pl2bat.bat blib\script\ppod2latex CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.16\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Pod::PseudoPod::LaTeX 1.20110710, Perl 5.016000, C:\Perl64-5.16\bin\perl.exe 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 '(?^:\\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 '(?^:\\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, 1 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS CHROMATIC/Pod-PseudoPod-LaTeX-1.20110710.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/CHECKSUMS chromatic <chromatic@wgz.org> convert Pod::PseudoPod documents into LaTeX >>> (cd C:\cpanfly-5.16\var\cpan\build\Pod-PseudoPod-LaTeX-1.20110710-j7amOT && tar cvf - Pod-PseudoPod-LaTeX-1.20110710.ppd blib) | gzip -c >C:/cpanfly-5.16/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/script/ppod2latex.bat >>> mv C:\cpanfly-5.16\var\cpan\build\Pod-PseudoPod-LaTeX-1.20110710-j7amOT/Pod-PseudoPod-LaTeX-1.20110710.ppd C:/cpanfly-5.16/var/REPO/C/CH/CHROMATIC Finished 2012-06-16T09:14:44