Skip to content

Commit

Permalink
Serve 02packages for all pans for easier introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcat-mst committed Oct 18, 2018
1 parent 87bac71 commit 9d82ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/opan
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
};
Expand Down

0 comments on commit 9d82ad4

Please sign in to comment.