File: missing_styles.t

package info (click to toggle)
libspreadsheet-xlsx-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 1,088; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
use Test::More tests => 1;
use Test::NoWarnings;

BEGIN {

	use Spreadsheet::XLSX;
	use warnings;
	
	my $fn = __FILE__;
	$fn =~ s{t$}{xlsx};

	my $excel = Spreadsheet::XLSX->new($fn);
};