summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:10:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:10:47 -0700
commite93235663b85cc526f008fc0c779db7039a61ae8 (patch)
treef46740bb2dfee8f3c44a8d2990bc05a14ae19315 /lib
parent50ea39eaa390c804859a21ac1ba0368f35da23b5 (diff)
bump std-vers
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 a93dfff..40a440a 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(
qw( main_dir debian_dir bins control pkgname homepage elpa_version copyright gpl_version )
);
-use constant debstdversion => '4.1.1';
+use constant debstdversion => '4.1.3';
sub extract_basic {
my $self = shift;