summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-10 10:09:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-10 10:09:42 -0700
commit5f6fb60028bc80408d2d67424a906357056c28cc (patch)
tree325352b5ac944af8bd0d8a6500f15c4ef1bfad8f /lib
parentf59ef98fafef130189c8a1d181c26834c76901fe (diff)
missing semicolon
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index e2195b7..03f5470 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -63,7 +63,7 @@ sub extract_basic {
sub output_caveat {
my $self = shift;
- print <<EOF
+ print <<'EOF';
Warning -- dh-make-elpa is an experimental script that performs a lot
of guesswork. You should throughly verify the contents of the debian/
directory before uploading