File: 00-load.t

package info (click to toggle)
libnet-amazon-signature-v4-perl 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 764 kB
  • sloc: perl: 255; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!perl

use Test::More tests => 1;

BEGIN {
    use_ok( 'Net::Amazon::Signature::V4' ) || print "Bail out!\n";
}

diag( "Testing Net::Amazon::Signature::V4 $Net::Amazon::Signature::V4::VERSION, Perl $], $^X" );