SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/p5-Error/pkg/DESCR
Normal file
7
devel/p5-Error/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The Error package provides two interfaces. Firstly Error provides
|
||||
a procedural interface to exception handling. Secondly Error is a
|
||||
base class for errors/exceptions that can either be thrown, for
|
||||
subsequent catch, or can simply be recorded.
|
||||
|
||||
Errors in the class Error should not be thrown directly, but the
|
||||
user should throw errors from a sub-class of Error.
|
14
devel/p5-Error/pkg/PLIST
Normal file
14
devel/p5-Error/pkg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
${P5SITE}/Error/
|
||||
${P5SITE}/Error.pm
|
||||
${P5SITE}/Error/Simple.pm
|
||||
@man man/man3p/Error.3p
|
||||
@man man/man3p/Error::Simple.3p
|
||||
share/examples/p5-Error/
|
||||
share/examples/p5-Error/example.pl
|
||||
share/examples/p5-Error/next-in-loop/
|
||||
share/examples/p5-Error/next-in-loop/Error.pm-eval.pl
|
||||
share/examples/p5-Error/next-in-loop/Error.pm-next-label.pl
|
||||
share/examples/p5-Error/next-in-loop/Error.pm-next-out-of-catch.pl
|
||||
share/examples/p5-Error/next-in-loop/Error.pm-next.pl
|
||||
share/examples/p5-Error/next-in-loop/README
|
||||
share/examples/p5-Error/warndie.pl
|
Loading…
Add table
Add a link
Reference in a new issue