summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-03 14:16:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-03 14:16:03 -0700
commit4d3bc448f386da7570af7ccde5c67a524b1d3121 (patch)
treef0f196566d1e2a9aaa352e4f573408dd5b79860a /lib/DhMakeELPA
parent8298882c7bc847892dd3044cf06fad54e5d020aa (diff)
remove TODOs
- the control file seems to be initialised somewhere in the DhMakePerl base classes - pkgname filled in in a very simple fashion for now
Diffstat (limited to 'lib/DhMakeELPA')
-rw-r--r--lib/DhMakeELPA/Command/make.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 70d6bad..92c9c86 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -33,9 +33,6 @@ sub execute {
sub create_control {
my $self = shift;
- # TODO initialise $self->control with Debian::Control::new ??
- # TODO set $self->pkgname for fill_vcs()
-
my $src = $self->control->source;
$src->Section("lisp");