Skip to content

'#' breaks standard #129

@valcomm

Description

@valcomm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions