Wrangler

 view release on metacpan or  search on metacpan

lib/Wrangler/FileSystem/Layers.pm  view on Meta::CPAN

hierarchically linked with the full Filename. Or setting mtime, or xattr, will result
in an update of atime, well, mostly.

All of this means, the logic in Layers has to deal with a lot of corner cases.
And although this incarnation of Layers in Wrangler's 2.x branch is already a rewrite,
yet another shot at tackling the problem, the initial concept is still not fully
realised, and the implementation logic is only halfway there. The current implementation
relies far too often on regular expressions. And it's internal hierarchy of figuring
out which system call should handle getting/setting a certain attribute is quite
simplistic. Also, an intended pluggable structure, in combination with the ability to
overlay same-level mounts in a unionfs/merged transparent way, is not yet there.
In sum, the efficiency of all this could be better, but at least for now, with some
of the GUI widgets compensating for or knowing about some of Layer's shortcomings,
it works. But for the record: it's a work-in-progress.

=head1 COPYRIGHT & LICENSE

This module is part of L<Wrangler>. Please refer to the main module for further
information and licensing / usage terms.



( run in 0.406 second using v1.01-cache-2.11-cpan-65fba6d93b7 )