From: Tomas Doran Date: Mon, 6 Apr 2009 21:37:09 +0000 (+0000) Subject: We need not a .cvsignore, but svn ignore props would be useful X-Git-Tag: 0.17~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=a67da496a18672342b372d65c8332d02522a5ee7 We need not a .cvsignore, but svn ignore props would be useful --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index d57252a..0000000 --- a/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -blib* -Makefile -Makefile.old -Build -_build* -pm_to_blib* -*.tar.gz -.lwpcookies -MooseX-Storage-JSON-* -cover_db diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index ecdabd0..0000000 --- a/MANIFEST +++ /dev/null @@ -1,58 +0,0 @@ -Changes -inc/Module/AutoInstall.pm -inc/Module/Install.pm -inc/Module/Install/AutoInstall.pm -inc/Module/Install/Base.pm -inc/Module/Install/Can.pm -inc/Module/Install/Fetch.pm -inc/Module/Install/Include.pm -inc/Module/Install/Makefile.pm -inc/Module/Install/Metadata.pm -inc/Module/Install/Win32.pm -inc/Module/Install/WriteAll.pm -lib/MooseX/Storage.pm -lib/MooseX/Storage/Base/WithChecksum.pm -lib/MooseX/Storage/Basic.pm -lib/MooseX/Storage/Deferred.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/Storable.pm -lib/MooseX/Storage/Format/YAML.pm -lib/MooseX/Storage/IO/AtomicFile.pm -lib/MooseX/Storage/IO/File.pm -lib/MooseX/Storage/IO/StorableFile.pm -lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm -lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm -lib/MooseX/Storage/Util.pm -Makefile.PL -MANIFEST This list of files -META.yml -README -t/000_load.t -t/001_basic.t -t/002_basic_io.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/008_do_not_serialize.t -t/010_basic_json.t -t/011_basic_json_w_utf8.t -t/020_basic_yaml.t -t/030_with_checksum.t -t/040_basic_utils.t -t/050_basic_storable.t -t/060_basic_deferred.t -t/061_basic_deferred_w_io.t -t/100_io.t -t/101_io_atomic.t -t/102_io_storable_file.t -t/103_io_storable_file_custom.t -t/104_io_w_utf8.t -t/105_io_atomic_w_utf8.t -t/pod-coverage.t -t/pod.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 3de3ebc..484086b 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -16,4 +16,5 @@ cover_db \.old$ ^#.*#$ ^\.# -^TODO$ \ No newline at end of file +^TODO$ +^.shipit$