-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in pl2bat if last line of input is a comment that does not en d with a newline #201
Comments
From [email protected]The pl2bat script is used on Microsoft Windows systems to Here is a small testfile that will demonstrate the problem: #!/usr/bin/perl -w print "If you see this it is OK\n"; # Because the last line is a comment, and it does not end with a newline # The last line in this file is a comment that does not end with a newline In the generated file you will see near the end: and so the __END__ marker is not found. Here is my suggested bug fix. In pl2bat.pl add a newline Perl Info
|
Migrated from rt.perl.org#1007 (status was 'resolved')
Searchable as RT1007$
The text was updated successfully, but these errors were encountered: