File tree Expand file tree Collapse file tree 5 files changed +17
-36
lines changed Expand file tree Collapse file tree 5 files changed +17
-36
lines changed Original file line number Diff line number Diff line change 1010/cover_db /
1111/local /
1212/log4perl_local.conf
13- /metacpan_web_local.conf
13+ /metacpan_web_local. *
1414/node_modules /
1515/perltidy.LOG
1616/pm_to_blib
Original file line number Diff line number Diff line change 4949ENV PERL5LIB="/app/local/lib/perl5"
5050ENV PATH="/app/local/bin:${PATH}"
5151
52- COPY *.md app.psgi *.conf ./
52+ COPY *.md app.psgi log4perl* metacpan_web.* metacpan_web_local.* ./
5353COPY bin bin
5454COPY lib lib
5555COPY root root
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ requires 'URI::Escape';
7878requires ' With::Roles' , ' 0.001002' ;
7979requires ' WWW::Form::UrlEncoded::XS' ;
8080requires ' XML::FeedPP' ;
81+ requires ' YAML::XS' ;
8182
8283on test => sub {
8384 requires ' App::Prove' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : MetaCPAN::Web
2+
3+ api : https://fastapi.metacpan.org
4+ source_host : https://st.aticpan.org
5+ web_host : https://metacpan.org
6+ consumer_key : metacpan.dev
7+ cookie_secret : seekrit
8+ consumer_secret : ClearAirTurbulence
9+ log4perl_file : log4perl.conf
10+
11+ mark_unauthorized_releases : 0
12+
13+ View::Xslate :
14+ cache : 1
You can’t perform that action at this time.
0 commit comments