Initial Commit
This commit is contained in:
10
database/perl/vendor/lib/PPI/Exception/ParserRejection.pm
vendored
Normal file
10
database/perl/vendor/lib/PPI/Exception/ParserRejection.pm
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package PPI::Exception::ParserRejection;
|
||||
|
||||
use strict;
|
||||
use PPI::Exception ();
|
||||
|
||||
our $VERSION = '1.270'; # VERSION
|
||||
|
||||
our @ISA = 'PPI::Exception';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user