From 00660a1b6128a66494e65c6477d619d21a87eae0 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sat, 21 Jun 2008 23:53:55 +1200 Subject: [PATCH] Remove all traces of Config::IniFiles and YAML. --- INSTALLATION | 5 +---- lib/CIL/Comment.pm | 1 - lib/CIL/Issue.pm | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/INSTALLATION b/INSTALLATION index a5b631b..ff5f56e 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -8,16 +8,13 @@ Perl Modules: * File::Touch * File::Glob * File::Basename - * YAML - * Config::IniFiles + * MIME::Base64 For Debian Etch, the following packages will need to be installed: * perl-code * libfile-touch-perl * libfile-glob-perl * libfile-basename-perl - * libyaml-perl - * libconfig-inifiles-perl Currently, Term::CallEditor is not in Etch and therefore will have to be added via other means. If you want to build a package from CPAN try the following: diff --git a/lib/CIL/Comment.pm b/lib/CIL/Comment.pm index 355466b..eef0bdd 100644 --- a/lib/CIL/Comment.pm +++ b/lib/CIL/Comment.pm @@ -24,7 +24,6 @@ package CIL::Comment; use strict; use warnings; use Carp; -use Config::IniFiles; use base qw(CIL::Base); __PACKAGE__->mk_accessors(qw(Issue)); diff --git a/lib/CIL/Issue.pm b/lib/CIL/Issue.pm index 4d8bcb3..8526b12 100644 --- a/lib/CIL/Issue.pm +++ b/lib/CIL/Issue.pm @@ -24,8 +24,6 @@ package CIL::Issue; use strict; use warnings; use Carp; -use Config::IniFiles; -use YAML qw(LoadFile DumpFile); use CIL; use CIL::Utils; -- 2.39.5