Files
openssl/util
Richard Levitte 35c3a562c7 Refactor file writing - arrange for use of bundled Perl modules as fallback
For our own convenience, we need a mechanism to be able to fall back
on bundled Perl modules.  It's a minimal package that's called like
this:

    use with_fallback qw(Module1 Module2 ...);

For each module, it will try to require them from the system
installation, and failing that, it will temporarly add external/perl
and try to require transfer::{ModuleName}.  It requires that each
bundled Perl modules is accompanied by a small transfer module
(external/perl/transfer/ModuleName.pm in our example) that knows
exactly what to load.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-22 23:12:22 +01:00
..
2016-01-08 01:18:55 +01:00
2015-10-24 17:34:21 +01:00
2013-03-04 22:48:38 +00:00
2012-03-31 11:06:46 +00:00
1999-05-31 21:58:18 +00:00
2005-04-27 08:56:15 +00:00
2015-05-13 17:23:48 +02:00
2015-11-20 23:32:18 +00:00
2016-01-19 22:29:32 +00:00
2016-01-14 20:51:47 +01:00
2005-11-06 17:58:26 +00:00
2015-12-22 19:20:11 +00:00
2016-01-19 15:33:45 +00:00
2015-09-28 15:32:38 +02:00
2009-04-06 15:22:01 +00:00