summaryrefslogtreecommitdiff
path: root/devel/p5-Python-Serialise-Marshal/DESCR
blob: 6c8d334683e2d9f2c6bbd728858cf4f4b39465b0 (plain)
1
2
3
4
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.