in reply to File::Dependencies - a new module looking for a good name (and more discussion)

The module is now online on the CPAN under File::Modified. Most of the recommendations here have been implemented or are being looked into (for example, Struct::Compare and Test::More for implementing/stealing a deep structure comparision method), even persistence for the file signatures has half-heartedly been implemented (with no regards for weird character within the filenames).

The released version has the complete interface specified (or so I hope, hah), what remains are some improvements with the implementation.

Thanks to everybody for their hints.

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
  • Comment on Re: File::Dependencies - a new module looking for a good name (and more discussion)
  • Download Code