]> Sergey Matveev's repositories - public-inbox.git/commit
doc: update dependencies (+Storable, Data::Dumper)
authorEric Wong <e@80x24.org>
Wed, 3 Feb 2021 21:51:43 +0000 (15:51 -0600)
committerEric Wong <e@80x24.org>
Thu, 4 Feb 2021 01:41:04 +0000 (01:41 +0000)
commit92dd30285b579204b242df3e12b57b926083b666
tree9a60d502bad9e13d53a49f44618a7389a9b462eb
parent3378cc4b85cc9ee091b7ae1b340e525e61e188ea
doc: update dependencies (+Storable, Data::Dumper)

The new IPC stuff doesn't work without Storable or Sereal.
Storable is part of the standard library since Perl 5.8, so
we'll put a hard dependency on it for distros that package
it separately.

Data::Dumper is also part of the standard library, and
PublicInbox::MboxReader uses it, and it's frequently useful
during development.

We'll also trim down INSTALL for standard library modules so
it's hopefully less daunting for new users.

Development dependencies are noted in HACKING, now.

Email::MIME is only used for maintainer tests, so it's only
documented in HACKING.
HACKING
INSTALL
Makefile.PL