File: spelling.t

package info (click to toggle)
libmessage-passing-amqp-perl 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 1,688; makefile: 2; sh: 1
file content (38 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
use strict;
use warnings;
use Test::More;
use Test::Spelling;

add_stopwords(qw(
    QPID
    RabbitMQ
    adaptor
    lossy
    AMQP's
    Starman
    AMQP
    API
    Affero
    FCGI
    JSON
    Tomas
    Doran
    t0m
    Jorden
    Logstash
    Sissel
    Suretec
    TODO
    STDIN
    STDOUT
    STDERR
    logstash
    centralised
    vhost
    fanout
    tls
));
set_spell_cmd('aspell list -l en');
all_pod_files_spelling_ok();

done_testing();