File: 00-load.t

package info (click to toggle)
libtext-diff-formattedhtml-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 208; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!perl

use Test::More tests => 1;

BEGIN {
    use_ok( 'Text::Diff::FormattedHTML' ) || print "Bail out!\n";
}

diag( "Testing Text::Diff::FormattedHTML $Text::Diff::FormattedHTML::VERSION, Perl $], $^X" );

# open OUT, ">_.html";
# print OUT "<style type='text/css'>\n", diff_css(), "</style>\n";
# print OUT diff_files('t/fileA', 't/fileB');
# close OUT;