# -- Rapi::Blog cpanfile
# List all CPAN packages and minimum versions this app depends 
# on in this file to be able to install them on a fresh system 
# with this command (ran from the app root directory):
#
#   cpanm --installdeps .
#
# (See https://metacpan.org/pod/cpanfile)
# --

requires 'RapidApp', 1.3104;
requires 'YAML::XS', 0.65;
requires 'DBIx::Class::Helpers', 2.033003;
requires 'HTML::Strip', 2.10;
