Remove all traces of Config::IniFiles and YAML.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 11:53:55 +0000 (23:53 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 11:53:55 +0000 (23:53 +1200)
INSTALLATION
lib/CIL/Comment.pm
lib/CIL/Issue.pm

index a5b631be9ba363ced727e582dc169946afbc0c09..ff5f56e3117768009ee12fc5aa234345078396a8 100644 (file)
@@ -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:
index 355466bca0ddb7f139030f0c8df666048df1166f..eef0bdd500391780f75a4c7b30623db78cce7d5d 100644 (file)
@@ -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));
index 4d8bcb3bb565c31c6531148c3fabe43c5c54b4b9..8526b127e000f30dbb82f58dd7aca0808444832e 100644 (file)
@@ -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;