Add local variables for Emacs.
This commit is contained in:
parent
c86256d005
commit
03b1ac5436
2 changed files with 12 additions and 0 deletions
|
@ -98,3 +98,9 @@ See COPYRIGHT.md and LICENSE.md in the main distribution of this software.
|
||||||
License: AGPLv3-or-later
|
License: AGPLv3-or-later
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Local variables:
|
||||||
|
# compile-command: "perl -c Supporters.pm"
|
||||||
|
# End:
|
||||||
|
|
|
@ -57,3 +57,9 @@ ok( (looks_like_number($id2) and $id2 > $id1),
|
||||||
"addSupporter: add works with public_ack set to true and a display_name given");
|
"addSupporter: add works with public_ack set to true and a display_name given");
|
||||||
|
|
||||||
$dbh->disconnect();
|
$dbh->disconnect();
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Local variables:
|
||||||
|
# compile-command: "perl -c Supporters.t"
|
||||||
|
# End:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue