Skip to content
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

add download link to module page / fix some perl syntax highlighting issues #242

Merged
merged 2 commits into from Aug 16, 2011
Merged

Commits on Aug 16, 2011

  1. Copy the full SHA
    0969154 View commit details
    Browse the repository at this point in the history
  2. fix a few perl syntax highlighting bugs

    - comment highlighting could bleed into the next line, as seen on
      https://metacpan.org/source/ATRIPPS/File-Tail-Multi-0.1/Multi.pm
    
    - "#!" was treated as a shebang even in the middle of a line/file
    
    - "*" was missing from the list of variable sigils
    
    - __END__ was matched case-insensitively and __DATA__ was missing
    
    - general cleanup of the regexes
    mauke committed Aug 16, 2011
    Copy the full SHA
    9cb4055 View commit details
    Browse the repository at this point in the history