File: decoration-plot.t

package info (click to toggle)
libchart-clicker-perl 2.83-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 600 kB
  • sloc: perl: 3,977; 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;