Lib-Pepper

 view release on metacpan or  search on metacpan

codingstyle.md  view on Meta::CPAN


**Examples:**
```perl
sub loadConfig { ... }
sub getSessionId { ... }
sub validateSession { ... }
sub createCookie { ... }
sub handleChildStart { ... }
sub getSettings { ... }
sub checkDBH { ... }
sub updateConfig { ... }
sub newClacksFromConfig { ... }
```

**Single-word function names:**
```perl
sub init { ... }
sub reload { ... }
sub register { ... }
sub get { ... }
sub set { ... }



( run in 0.456 second using v1.01-cache-2.11-cpan-584206223ca )