Group
Extension

Matches 1

Map-Tube-Athens ( E/ER/ERRIETTA/Map-Tube-Athens-0.01.tar.gz, ERRIETTA, 2017; MetaCPAN )
Map-Tube-Athens/lib/Map/Tube/Athens.pm ( view source; MetaCPAN )
p::Tube>


=cut


use Moo;
use namespace::clean;

use File::Share ':all';

has json => (is => 'ro', default => sub { return dist_file('Map-Tube-Athens', 'athens-map.json') });


with 'Map::Tube';

1;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.