File: decoration-plot.t

package info (click to toggle)
libchart-clicker-perl 2.90-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 696 kB
  • sloc: perl: 4,379; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use Test::More;

BEGIN {
    use_ok('Chart::Clicker::Decoration::Plot');
}

done_testing;