diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/ArchLinux/PackagerTools/CPAN.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/CPAN.pm b/lib/App/ArchLinux/PackagerTools/CPAN.pm index e7521b6..2a2e7a2 100644 --- a/lib/App/ArchLinux/PackagerTools/CPAN.pm +++ b/lib/App/ArchLinux/PackagerTools/CPAN.pm @@ -51,6 +51,7 @@ method new_no_defaults($class: $deps = {}) { $self->{dist_lc_map} = {}; $self->{dists} = {}; $deps->{context}->{__PACKAGE__} = $self; + $log->debug("Initialized new CPAN object"); return $self; } |