SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
This module provides a single function called dump() that takes a list
of values as its argument and produces a string as its result. The
string contains Perl code that, when evaled, produces a deep copy of
the original arguments. The string is formatted for easy reading.

View file

@ -0,0 +1,9 @@
${P5SITE}/Data/
${P5SITE}/Data/Dump/
${P5SITE}/Data/Dump.pm
${P5SITE}/Data/Dump/FilterContext.pm
${P5SITE}/Data/Dump/Filtered.pm
${P5SITE}/Data/Dump/Trace.pm
@man man/man3p/Data::Dump.3p
@man man/man3p/Data::Dump::Filtered.3p
@man man/man3p/Data::Dump::Trace.3p