File: mouse-pp.t

package info (click to toggle)
libnamespace-autoclean-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: perl: 580; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use FindBin qw($Bin);

$ENV{MOUSE_PUREPERL} = 1;
do "$Bin/mouse.t";
die $@ if $@;