diff options
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/cap/info.yml | 11 | ||||
| -rw-r--r-- | Test/cap/irssi.log | 1 | ||||
| -rw-r--r-- | Test/cap/perlcritic.log | 1 | ||||
| -rw-r--r-- | changed-info | 1 | 
5 files changed, 17 insertions, 2 deletions
| diff --git a/README.markdown b/README.markdown index ceb8c1d..a39093d 100644 --- a/README.markdown +++ b/README.markdown @@ -83,6 +83,7 @@ See [the testing read-me](../master/_testing/) for details.  [                             buf ](Test/buf/)|  ✔   |  ✔   |  ✔   |  8   |  ✔   | (c)  [                            calc ](Test/calc/)|  ✔   |  ✔   |  ✔   |  7   |  ✔   | (c)  [                        callerid ](Test/callerid/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) +[                             cap ](Test/cap/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                   cap_sasl_fail ](Test/cap_sasl_fail/)|  ✔   |  ✔   |  ✔   |  2   |  ✔   | (c)  [                        cap_sasl ](Test/cap_sasl/)|  ✘   |  ✔   |  ✔   |  7   |  ☡   | (c)  [                            cddb ](Test/cddb/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -175,7 +176,7 @@ See [the testing read-me](../master/_testing/) for details.  [                    frm_outgmsgs ](Test/frm_outgmsgs/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                          fserve ](Test/fserve/)|  ✔   |  ✔   |  ✔   | 44   |  ✔   | (c)  [                          fuckem ](Test/fuckem/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) -[                       fullwidth ](Test/fullwidth/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    +[                       fullwidth ](Test/fullwidth/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                           getop ](Test/getop/)|  ✔   |  ✔   |  ✔   | 16   |  ✔   | (c)  [                          gimmie ](Test/gimmie/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                             go2 ](Test/go2/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -508,4 +509,4 @@ See [the testing read-me](../master/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔   | (c)  [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) -2966e7b40442a9deefafcc180112f6603786de90 | 680 +5baf4cf2b1a0b63a194f5291e06985746b714127 | 684 diff --git a/Test/cap/info.yml b/Test/cap/info.yml new file mode 100644 index 0000000..c55e939 --- /dev/null +++ b/Test/cap/info.yml @@ -0,0 +1,11 @@ +--- +- +  authors: dwfreed +  contact: dwfreed@mtu.edu +  default_package: cap +  description: 'Prints caps; derived from cap_sasl.pl by Michael Tharp (gxti), Jilles Tjoelker (jilles), and Mantas Mikulėnas (grawity)' +  license: GPLv2 +  modified: '2016-09-13 03:32:53' +  name: cap +  url: 'none yet' +  version: '1.0' diff --git a/Test/cap/irssi.log b/Test/cap/irssi.log new file mode 100644 index 0000000..2e1ba4c --- /dev/null +++ b/Test/cap/irssi.log @@ -0,0 +1 @@ +* -!- Irssi: Loaded script cap diff --git a/Test/cap/perlcritic.log b/Test/cap/perlcritic.log new file mode 100644 index 0000000..8e14a45 --- /dev/null +++ b/Test/cap/perlcritic.log @@ -0,0 +1 @@ +Code before warnings are enabled at line 5, column 1.  See page 431 of PBP.  (Severity: 4) diff --git a/changed-info b/changed-info index aa0457a..72e8937 100644 --- a/changed-info +++ b/changed-info @@ -79,6 +79,7 @@ a8a729deb76ca86b1bc5b08b6ae99b0d28bf8137 bmi.pl  da50e8219260157095af99dab812ba977db35ae0 buf.pl  21aa7dec253febf26eaf54d681aff735c0384036 calc.pl  8931f6c4bdd3bcdb01680cb6ec7d045a7690b668 callerid.pl +794b4dc0e9aab42e26a33933f9788a3542d658f1 cap.pl  226bc2c59b264cfa5e7977341bac8cb4c55bdc33 cap_sasl_fail.pl  7a0b742c989efd811438af872b4bbb2f401c3785 cap_sasl.pl  6322313ed63ffb690ef16f1449630854ec772605 cddb.pl | 
