Not really, this is just a few rough notes.
https://metacpan.org/pod/Dist::Zilla::Tutorial - shows the format of dist.ini
http://dzil.org/tutorial/start.html
Still use a cpanfile, and also Dist::Zilla::Plugin::Prereqs::FromCPANfile
With dzil you can choose whether you want to generate a Makefile.PL or Build.PL
Changes:
Thanks to Nelo & the team.
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
Jump to
When Postgres allows any password
Problem: Postgres does not check my password, i.e. it accepts all passwords.
Solution: pg_hba.conf and change trust to md5. Restart postgres. That is all.
(source)
Solution: pg_hba.conf and change trust to md5. Restart postgres. That is all.
(source)
Labels:
auth,
databases,
password,
postgresql,
user
Subscribe to:
Posts (Atom)