M README.md => README.md +4 -5
@@ 14,11 14,10 @@ It was created to scratch an itch: to generate both my [personal Gemini capsule]
2. File::Copy::Recursive
3. File::Slurp
4. HTML::HTML5::ToText
- 5. Mojolicious
- 6. Test::Exception
- 7. Text::Template
- 8. Try::Tiny
- 9. XML::Atom::SimpleFeed
+ 5. Test::Exception
+ 6. Text::Template
+ 7. Try::Tiny
+ 8. XML::Atom::SimpleFeed
Note that `scripts/cpan-dependencies.sh` will set these up for you, assuming you have CPAN installed.
M scripts/cpan-dependencies.sh => scripts/cpan-dependencies.sh +0 -1
@@ 10,7 10,6 @@ for module in \
File::Slurp \
HTML::HTML5::Parser \
HTML::HTML5::ToText \
- Mojolicious \
Test::Exception \
Text::Template \
Try::Tiny \
M t/Halp/generation_test.t => t/Halp/generation_test.t +0 -1
@@ 5,7 5,6 @@ use strict;
use warnings;
use Halp::AtomFeed;
-use Mojo::DOM;
use Test::More;
use Test::More tests => 4;