File: ParserRejection.pm

package info (click to toggle)
libppi-perl 1.284-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,216 kB
  • sloc: perl: 15,295; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package PPI::Exception::ParserRejection;

use strict;
use PPI::Exception ();

our $VERSION = '1.284';

our @ISA = 'PPI::Exception';

1;