File: 9-rt6850.t

package info (click to toggle)
libcolor-library-perl 0.021-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,116 kB
  • sloc: perl: 13,739; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (4)
1
2
3
4
5
use Test::Most;

warning_is { eval { require Color::Library } } "";

done_testing;