Cwd::Ext 
===============================================

These are some things that feel missing from Cwd. 

Questions like, 
   Is path a inside the filesystem hierarchy of path b?
   What is the resolved absolute path of a file, without dereferencing symlinks?

Unlike with Cwd, this module is in baby stage. So it is NOT tweaked for OS2, NT, etc etc.
This is developed under POSIX.

This module does not export by default. You must explicitely import what you want to use.


INSTALLATION

See INSTALL.

DEPENDENCIES

   Carp
   Cwd
   Exporter
   Test::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2009 by Leo Charre leocharre at cpan dot org

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.