File: 004-02-debian.t

package info (click to toggle)
libapp-nopaste-perl 1.012-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 456 kB
  • sloc: perl: 1,334; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More 0.88;

use App::Nopaste::Service::Debian;

is(App::Nopaste::Service::Debian->uri, 'https://paste.debian.net/');

done_testing;