File: SyntaxError.pm

package info (click to toggle)
libmoose-perl 2.2207-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,416 kB
  • sloc: perl: 21,345; ansic: 291; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
package SyntaxError;
use strict;
use warnings;

# this syntax error is intentional!

    {

1;