Changes for version 0.2.0 - 2026-07-31

  • Invert is now actually honored.
  • The sort type may no longer be used to inject code.
  • port_fa/port_la now sort nameless ports numerically.
  • port_f/port_l no longer warn on wildcard ports.
  • Sorting anything other than a array now dies.
  • POD now documents sorter instead of a non-existent sort.
  • Fix the module named in a few of the synopsises.
  • Use the accessors instead of poking at the object hash.
  • user now uses a empty string for a missing username.
  • Net::Connection 0.2.0 or newer is now required.
  • The host sorters now call Net::IP once per connection instead of once per comparison.
  • The host sorters now handle IPv6 zone ids.
  • Fix a self assignment in the synopsises.
  • Note unsorted and invert in the README.
  • Document the sort types in the POD.
  • Drop the unused argument handling from the sorters.

Documentation

Modules

Sorts array of Net::Connection objects.
Sorts the connections via the foreign host.
Sorts the connections via the foreign host and then local host.
Sorts the connections via the local host.
Sorts the connections via the local host and then foreign host.
Sorts the connections via the PID.
Sorts the connections via the foreign port numerically.
Sorts the connections via the foreign port alphabetically.
Sorts the connections via the local port numerically.
Sorts the connections via the local port alphabetically.
Sorts the connections via the connection protocol.
Sorts via the foriegn PTR.
Sorts via the foriegn PTR.
Sorts the connections via the connection state.
Sorts the connections via the UID.
Pass though. Does returns exactly what it was given.
Sorts the connections via the username