Ævar Arnfjörð Bjarmason

Results 33 comments of Ævar Arnfjörð Bjarmason

Running dh-make-perl --cpan Hailo gives: ``` Needs the following modules for which there are no debian packages available - Text::Trim - File::CountLines - IO::Interactive - MooseX::Role::Strict = Test::More is a...

Further tips: - [Building Debian packages of Perl modules](http://www.debian-administration.org/articles/78) - Use dh-make-perl --build --cpan Hailo - lintian *deb gives some warnings: W: libhailo-perl: debian-copyright-file-uses-obsolete-national-encoding at line 2 W: libhailo-perl: copyright-contains-dh-make-perl-boilerplate...

A better link is here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568152

I just removed our dependency on Text::Trim, we were only using it in one place anyway. I'll make it so that Text::Exit is only optionally tested if it happens to...

Test::Exit is now fully optional. Would it be easier if we maintained a debian/ directory in our repository?

Nice, although we don't need it anymore since it's conditionally part of the test suite. Here's what dh-make-perl --build . gives me now: ``` Needs the following modules for which...