.perltidyrc
AI_POLICY.md
Changes				revision history
cpanfile
Ident.pm			the module itself, contains pod
Makefile.PL			feed to perl to get a makefile
MANIFEST
README.md			extract of the manpage, gives a brief overview
t/0use.t			script to test "use Net::Ident"
t/async.t			tests for async non-blocking interface
t/compat.t			script to test compatibility-mode FH->ident_lookup
t/constructor.t			tests for new() and _passfh filehandle resolution
t/export.t			tests for export hooks (:fh, :apache, :debug tags)
t/hosts				Hosts to use for testing purposes
t/Ident.t			test script that actually makes ident lookups
t/lookup.t			tests for lookup() and lookupFromInAddr() functions
t/parse.t			unit tests for RFC1413 response parsing
t/query.t			unit tests for query() method and end-to-end flow
t/timeout.t			tests for timeout behavior in query() and ready()
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
