File: 09_memory_cycle.t

package info (click to toggle)
libhtml-scrubber-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 422; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Test::More tests => 1;
use Test::Memory::Cycle;

use HTML::Scrubber;

my $scrubber = HTML::Scrubber->new();

memory_cycle_ok( $scrubber, "Scrubber has no cycles" );