[libcatmandu-perl] 06/30: Changed: removed unused default_config_extensions subroutine.

Jonas Smedegaard dr at jones.dk
Tue Dec 19 11:10:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/1.0700-1
in repository libcatmandu-perl.

commit 537a06586e4c049897092e48eb1819cee81a4331
Author: Matthias Vandermaesen <matthias at colada.be>
Date:   Fri Oct 6 11:55:39 2017 +0200

    Changed: removed unused default_config_extensions subroutine.
---
 lib/Catmandu/Env.pm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/Catmandu/Env.pm b/lib/Catmandu/Env.pm
index 60955ac..7d1addb 100644
--- a/lib/Catmandu/Env.pm
+++ b/lib/Catmandu/Env.pm
@@ -59,10 +59,6 @@ has fixes_namespace => (is => 'ro', default => sub {'Catmandu::Fix'})
 has importer_namespace => (is => 'ro', default => sub {'Catmandu::Importer'});
 has exporter_namespace => (is => 'ro', default => sub {'Catmandu::Exporter'});
 
-sub default_config_extensions {
-    [qw(yaml yml json pl)];
-}
-
 sub BUILD {
     my ($self) = @_;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git



More information about the Pkg-perl-cvs-commits mailing list