Also resort the Debian releases by release date and add support for Debian "testing", too.
13 lines
191 B
Perl
Executable File
13 lines
191 B
Perl
Executable File
#!/usr/bin/perl -w -I..
|
|
#
|
|
# Test that all the Perl modules we require are available.
|
|
#
|
|
# This list is automatically generated by modules.sh
|
|
#
|
|
# Steve
|
|
# --
|
|
#
|
|
|
|
use Test::More qw( no_plan );
|
|
|