Skip to content
ktat edited this page Sep 13, 2010 · 2 revisions

Util::All aims to collect Perl utility functions and to group them to appropriate kind and to rename them by same naming rule.
This is alpha version software bcause grouping and renaming is difficult problem.

Naming rule is currently KIND_VERB(OBJECT).
For example, functions in YAML::Syck.

LoadFile
→ yaml_load_file
Load
→ yaml_load
Dump
→ yaml_dump
DumpFile
→ yaml_dump
file

Clone this wiki locally