-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I noticed that '#' isn't parsed correctly.
For example:
#!/usr/bin/env perl
use standard;
use strict;
use warnings;
use utf8;
print '#';
does not pass Standard Perl.
If used in more sophisticated code (like
$reference_file
-> read_existing_file
-> push_reference( '#', $t_file -> filename )
-> write_file;
), the module complains about not related code. Far from it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels