Skip Menu |

This queue is for tickets about the CSS-Inliner CPAN distribution.

Report information
The Basics
Id: 91729
Status: resolved
Priority: 0/
Queue: CSS-Inliner

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3935
Fixed in: (no value)



Subject: make stage waits for input on Windows
Due to "pod2text > README" log of dmake test: cp lib/CSS/Inliner/Parser.pm blib\lib\CSS\Inliner\Parser.pm cp lib/CSS/Inliner/TreeBuilder.pm blib\lib\CSS\Inliner\TreeBuilder.pm cp lib/CSS/Inliner.pm blib\lib\CSS\Inliner.pm pod2text > README (waits for input here) -- Alexandr Ciornii, http://chorny.net
I had this issue at the end of 2013, but I supposedly fixed it by modifying the POD a little bit. To be clear this isn't a bug in my code, this is a bug in the pod2text application. The application apparently doesn't know how to handle certain POD combinations, which frankly is ridiculous to me. I am literally having to rewrite parts of my documentation to get the stupid thing to work everywhere. Very frustrating. Please let me know the version you ran into this with, and also let me know if by deleting the POD documentation for the "new" method if everything magically starts working. thanks, Kevin On Mon Dec 30 03:54:42 2013, CHORNY wrote: Show quoted text
> Due to "pod2text > README" > > log of dmake test: > cp lib/CSS/Inliner/Parser.pm blib\lib\CSS\Inliner\Parser.pm > cp lib/CSS/Inliner/TreeBuilder.pm blib\lib\CSS\Inliner\TreeBuilder.pm > cp lib/CSS/Inliner.pm blib\lib\CSS\Inliner.pm > pod2text > README > (waits for input here) >
On Sun Jan 12 23:35:08 2014, KAMELKEV wrote: Show quoted text
> To be clear this isn't a bug in my code, this is a bug in the pod2text > application. The application apparently doesn't know how to handle > certain POD combinations, which frankly is ridiculous to me.
In my case your code did not provide input file. From pod2text documentation: "If input isn't given, it defaults to STDIN.". Show quoted text
> Please let me know the version you ran into this with,
3935 -- Alexandr Ciornii, http://chorny.net
Ok I updated and released 3936, and I am seeing from CPAN tests that it is working under Windows. If this problem continues please reopen the ticket. I am closing because I believe the fix works. thanks for reporting this -Kevin On Mon Jan 13 04:41:05 2014, CHORNY wrote: Show quoted text
> On Sun Jan 12 23:35:08 2014, KAMELKEV wrote: >
> > To be clear this isn't a bug in my code, this is a bug in the > > pod2text > > application. The application apparently doesn't know how to handle > > certain POD combinations, which frankly is ridiculous to me.
> > In my case your code did not provide input file. From pod2text > documentation: "If input isn't given, it defaults to STDIN.". >
> > Please let me know the version you ran into this with,
> 3935