mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
Marshalling is a method of serialising files in Python (another method,
|
|
Pickling, is also available). It is the method that Mailman uses to store its
|
|
config files. This module is an attempt to write a pure Perl implementation of
|
|
the algorithm.
|