The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::FakeCDN - fake CDN server emulator

SYNOPSIS

    use App::FakeCDN;
    my $fake_cdn = App::FakeCDN->new(root => 'static');
    $fake_cdn->to_app;

DESCRIPTION

App::FakeCDN launches fake CDN server emulator.

THE SOFTWARE IS ALPHA QUALITY. API MAY CHANGE WITHOUT NOTICE.

LICENSE

Copyright (C) Songmu.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Songmu <y.songmu@gmail.com>