Fuse-TagLayer

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "A read-only tag-filesystem overlay for hierarchical filesystems",
   "author" : [
      "Clipland (clipland@cpan.org)"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter version 2.132830",
   "license" : [
      "open_source"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'A read-only tag-filesystem overlay for hierarchical filesystems'
author:
  - 'Clipland (clipland@cpan.org)'
build_requires:
  ExtUtils::MakeMaker: 0
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter version 2.132830'
license: open_source
meta-spec:

README  view on Meta::CPAN

Fuse::TagLayer
==============

A read-only tag-filesystem overlay for hierarchical filesystems

## SYNOPSIS

The Fuse::TagLayer bundle consists of the backend module _Fuse::TagLayer_, which you
probably want to use through the _taglayer_ mounting script:

    taglayer <real directory> <tag directory mountpoint>

## DESCRIPTION

lib/Fuse/TagLayer.pm  view on Meta::CPAN

	db_disconnect();
}


1;

__END__

=head1 NAME

Fuse::TagLayer - A read-only tag-filesystem overlay for hierarchical filesystems

=head1 SYNOPSIS

  use Fuse::TagLayer;
  my $ftl = Fuse::PerlSSH::FS->new(
	realdir		=> '/some/local/path',
	mountpoint	=> '/some/local/mountpoint',
	debug		=> 2,
  );
  $ftl->mount();



( run in 2.810 seconds using v1.01-cache-2.11-cpan-2398b32b56e )