diff --git a/Changes b/Changes index 6b000ed..a564020 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for App-opan + - Serve 02packages for all pans for easier introspection + 0.003000 - 2018-09-02 - Use gzip instead of zcat because Mac OS X's zcat is bizarre - Refactor to use more Mojo::File diff --git a/script/opan b/script/opan index c1479d9..50e7bca 100644 --- a/script/opan +++ b/script/opan @@ -311,7 +311,7 @@ my $base_static = Mojolicious::Static->new( paths => [ 'pans' ] ); -foreach my $pan (qw(upstream nopin combined)) { +foreach my $pan (qw(upstream nopin combined pinset custom)) { get "/${pan}/modules/02packages.details.txt" => sub { $base_static->dispatch($_[0]->stash(path => "${pan}/index")); };