D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
share
/
perl5
/
PPI
/
Exception
/
Filename :
ParserRejection.pm
back
Copy
package PPI::Exception::ParserRejection; use strict; use PPI::Exception (); use vars qw{$VERSION @ISA}; BEGIN { $VERSION = '1.236'; @ISA = 'PPI::Exception'; } 1;