freebsd-ports/devel/p5-Hash-Objectify/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
427 B
Text

Hash::Objectify turns a hash reference into a simple object with accessors for
each of the keys.
One application of this module could be to create lightweight response objects
without the extra work of setting up an entire response class with the framework
of your choice.
Using Hash::Objectify is slower than accessing the keys of the hash directly,
but does provide "typo protection" since a misspelled method is an error.