File: UseCarp.pm

package info (click to toggle)
libtest-api-perl 0.010-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: perl: 353; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package t::lib::UseCarp;
use strict;
use warnings;
use Carp;

1;