X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=e086a59fc4be9ba7976075da88b9d9ecdf34b27b;hb=4dcc2ca3818a544e15163d15b25aa301e4174583;hp=41323ab2974aef2b7d35239ea159a5fbf2bd0f15;hpb=681ad95e896af645f0c6f90bcf2c62805b8994c2;p=gitmo%2FMooseX-Storage.git diff --git a/MANIFEST b/MANIFEST index 41323ab..e086a59 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,14 +1,35 @@ Build.PL Changes -MANIFEST -META.yml # Will be created by "make dist" +META.yml Makefile.PL +MANIFEST +MANIFEST.SKIP README lib/MooseX/Storage.pm +lib/MooseX/Storage/Basic.pm +lib/MooseX/Storage/Base/WithChecksum.pm lib/MooseX/Storage/Engine.pm +lib/MooseX/Storage/Engine/IO/AtomicFile.pm lib/MooseX/Storage/Engine/IO/File.pm lib/MooseX/Storage/Format/JSON.pm +lib/MooseX/Storage/Format/YAML.pm +lib/MooseX/Storage/IO/AtomicFile.pm lib/MooseX/Storage/IO/File.pm +lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm +lib/MooseX/Storage/Util.pm +t/000_load.t t/001_basic.t +t/002_basic_w_subtypes.t +t/003_basic_w_embedded_objects.t +t/004_w_cycles.t +t/005_w_versions_and_authority_check.t +t/006_w_custom_type_handlers.t +t/007_false.t +t/010_basic_json.t +t/020_basic_yaml.t +t/030_with_checksum.t +t/040_basic_utils.t +t/100_io.t +t/101_io_atomic.t t/pod-coverage.t t/pod.t