[libtest-file-perl] branch master updated (51acc13 -> 9d6b73d)

Salvatore Bonaccorso carnil at debian.org
Thu Sep 11 06:49:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libtest-file-perl.

      from  51acc13   update changelog
       new  3e84505   Add debian/upstream/metadata
       new  3a4e282   Update debian/changelog
      adds  00b0c20   * initial import of module to test file attributes
      adds  8d456fd   * added initial tests
      adds  0abe4dd   * Make POD test optional
      adds  d341d6f   * Make prereq test optional
      adds  8a8fcb5   * info for release utility
      adds  0d88ac5   * I have to actually print 'bail out' for it to work :)
      adds  2faecde   * ignore test_files, created by setup.t
      adds  3da13c7   * track major changes in this file
      adds  0684c5a   * added dist name
      adds  7c081d5   * no more File::Find::Rule
      adds  5f24cad   * use Test::Manifest if it is around
      adds  c2ea98d   * VERSION now comes from this file
      adds  721c002   * ignore META.yml created by MakeMaker
      adds  63b10e1   * ignore cookies file from release
      adds  15fb893   * MakeMaker added the Meta.yml file
      adds  9acaafe   * for version 0.9
      adds  9e41adf   * fixed doc bug about specifying units when I talk about file sizes 	http://rt.cpan.org/Ticket/Display.html?id=4538
      adds  2bb7b2c   * correct version number to be two decimal places
      adds  f4420c8   * ignore this test directory
      adds  ff38d6e   * for version 1.05
      adds  84271f5   * fixed filename case issue: i didn't notice this on Mac OS X which is case insensitive
      adds  325c68f   * ignore the test_files directory created by tests
      adds  21509c0   * root can read files that aren't readable, so I adjusted the tests and docs to note this.
      adds  ea15324   * removed debugging message
      adds  bed4cea   * for version 1.06
      adds  413145b   Shawn Sorichetti <ssoriche at coloredblocks.net> contributed file_mode_is and file_mode_isnt so we can test files based on modes.
      adds  9b662bc   * for version 1.07
      adds  b6e4885   * David Wheeler sent me a patch to make paths work across platforms.  Each function now runs the passed path name through _normalize.  If it looks like a unix path, it splits it on / and reconstructs it with File::Spec->catdir().
      adds  a8884c5   * for version 1.08
      adds  1622ebe   * added POD coverage tests
      adds  99985d8   * for version 1.09
      adds  7e0c5a2   * minor updates for Windows compatibility. Tom Metro helped out with patches and advice.
      adds  ed59b2d   * Spell-checked Changes
      adds  ec27b83   * for version 1.10
      adds  f7e1db3   * fixed double quotes problem: if I want to interpolate, I need double quotes :)
      adds  0e62659   * starter file for testing links. I haven't put any tests in it yet.
      adds  570f0bc   * for version 1.11
      adds  d0b3dae    * added owner_is and owner_isnt from Dylan Martin
      adds  c9cf764   * for version 1.12
      adds  16dd32e   * The owner.t test needs the latest Test::Builder::Tester, in which Schwern changed the diagnostic output.
      adds  b712e26   * for version 1.13
      adds  0a4c528   * Added Dylan's group stuff
      adds  0d423ae   * for version 1.14
      adds  184e8e0   * use old-style bareword filehandles for perl 5.005 compatibility
      adds  6d9d0bd   * Updated Authors section
      adds  79f4184   * Removed old test file zeros.t
      adds  f4332f4   * for version 1.15
      adds  7fdc94a   * updated the number of tests in links.t
      adds  8ef1cf5   * whitespace cleanups
      adds  b09d990   * for version 1.16
      adds  69ee098   * Need the latest Test::Builder::Tester, so give it a version in Makefile.PL
      adds  7e4297f   * fixed owner.t tests for Test::More error message changes (RT #23601)
      adds  f7caa1e   * Get rid of that extra "at" in the Test::Builder::Tester output
      adds  2379298   * for version 1.17
      adds  b46e414   * for version 1.18
      adds  65333bf   * updated for copyright and license
      adds  7f76e16   add examples directory
      adds  ecb4704   * added LICENSE and AUTHOR to Makefile.PL
      adds  2f9fef5   * distro cleanups after moving to svn from cvs
      adds  93741f8   * for version 1.19
      adds  dc320e7   * test file_not_empty_ok (RT # 30346)
      adds  a0cb5b0   * ignore .svn dirs in MANIFEST
      adds  1755333   * for version 1.02
      adds  dd7dff6   * bump to version 1.21
      adds  faa8bd5   * for version 1.21
      adds  23fe45f   * fix path handling in tests
      adds  b42e3f7   * for version 1.22
      adds  ba7b392   * Add tests for users and groups that do not exist. Previously these were accidently passing:
      adds  84804a8   * for version 1.22_01
      adds  38a2d31   * CPAN Tester reports all pass, so make this a release
      adds  a0e0c18   * for version 1.23
      adds  0cc96bb   * Test::File - added file_line_count_is, file_line_count_isnt, file_line_count_between
      adds  3481261   * note that I need some refactoring in Test::File
      adds  0980828   * for version 1.24
      adds  dfcc802   * a lot of the tests were failing because of a test order problem. 	+ setup.t shouldn't have been in the distro. It wasn't updated 	for the min_file stuff, so min_file was missing. 	+ each test file dealing with new files needst o setup and 	tear-down on its own 	+ added some diagnostic messages to help me see what's going 	on if this happens again
      adds  bb6997f   * for version 1.24_01
      adds  df29736   * add a binmode() to setup_common so the files come out the right size on Windows.
      adds  6e4262a   * remove Sourceforge login info. They don't do FTP anymore
      adds  7b9ba00   * for version 1.24_02
      adds  8de2c18   * Took links.t out of MANIFEST because it doesn't test anything just yet.
      adds  bd02dc2   * for version 1.24_03
      adds  3170f85   * bumping version to release from 1.24_03 to 1.25
      adds  de6b8d2   * for version 1.25
      adds  d6c57a6   adding symlink features from Steve Parkis and refactoring tests
      adds  7c7953e   remove prototypes
      adds  2c310dd   Test assuming that it's Windows or has no symlinks
      adds  68c7934   * more test refactoring and breaking into separate files
      adds  88c07d9   * make a dev release * clean up MANIFEST and .svnignore
      adds  cf53365   * for version 1.25_001
      adds  d15840a   * clean up for move to Git
      adds  9a14349   * Don't create the man3 pages
      adds  6d17677   * Skip kwalitee and prereq tests
      adds  8be40cc   * Skip kwalitee and prereq tests
      adds  2fc7a15   * for version 1.26
      adds  64e139f   * Adjust test number in link_counts.t. Why didn't my tests fail?
      adds  5198684   * Bump to version 1.27
      adds  39b25b8   * Skip the extra setup_common test if setup_common has already ran
      adds  3cf60fe   * for version 1.27
      adds  ec627dc   * Make the man pages after all
      adds  d0900a5   * Bump to release 1.28
      adds  ae183d5   * Ignore these files
      adds  d4b7184   * for version 1.28
      adds  288dede   * Goodbye CVS tags, hello META_MERGE
      adds  422a847   typo in comment
      adds  702aee0   string in test should match Test::File
      adds  376c7a1   Windows support for _dm_skeleton
      adds  6aacbb3   correct link to repository
      adds  8165850   Skip the entire links.t test if we can't do symlinks
      adds  dad4787   Ignore yaml files
      adds  356aceb   * for version 1.28_01
      adds  22afc63   Added Travis CL config
      adds  e85efbb   code to address Github issue #1
      adds  1185f59   remove debugging in test (wasn't working anyway)
      adds  2f88ed1   added dir_contains_ok()
      adds  08a4269   minor doco changes
      adds  46b9a4c   fixed END blocks for test files
      adds  cba254e   first cut at file_contains_like
      adds  cb7052c   this tab/space inconsistency was bugging me ...
      adds  158baef   refactored to make it easy to add file_contains_unlike
      adds  a3f00b4   implemented file_contains_unlike (for GitHub #3)
      adds  5f9b7c9   file_contains_(un)?like now accept multiple patterns
      adds  7255a11   Merge pull request #2 from barefootcoder/master
      adds  55eb336   packaging for CPAN: 1.28_01
      adds  c4aab51   packaging for CPAN: 1.28_02
      adds  9c9e9ed   packaging for CPAN: 1.30
      adds  f6d200d   the not_readable tests don't work when running as root
      adds  1ee0fb0   packaging for CPAN: 1.31
      adds  7570197   make /mx patterns work with perl older than 5.8.9
      adds  c288eae   fixed bad spelling of "privileges" in SKIP blocks
      adds  2abe885   packaging for CPAN: 1.31_01
      adds  fc9049b   skip all tests in t/links.t for OSes that can't symlink
      adds  d0147c0   fix for automated test name for owner_isnt
      adds  d650095   packaging for CPAN: 1.31_02
      adds  d92748f   packaging for CPAN: 1.32
      adds  8edd893   prevent recurrence of stray files in MANIFEST
      adds  2676b44   packaging for CPAN: 1.33
      adds  8ff4342   fix problem with links.t planning twice
      adds  6552f4c   packaging for CPAN: 1.33_01
      adds  2d74a5e   packaging for CPAN: 1.34
      adds  351cc66   Merge branch 'master' of github.com:briandfoy/test-file into symlink_tests
      adds  a30cf99   Rearrange changes to put them in order
      adds  a173771   Ignore MYMETA
      adds  9d73ffa   Add tests for dir_* and file_contains_*
      adds  10ee149   Use v2 Meta spec for repository info
      adds  22e768b   Moved file to convention location
      adds  170b239   Various whitespace fixes and merge catchups
      adds  d6238ff   Make it a dev release
      adds  fb267e5   Remove version requirement in test_dirs.t
      adds  0514d35   * for version 1.34_01
      adds  445de8e   Fix missing bullet in Changes
      adds  723c2ec   packaging for CPAN: 1.35
      adds  19c257f   Work around perl bug regarding line numbers
      adds  74280d3   Merge pull request #7 from haarg/master
      adds  952a06a   packaging for CPAN: 1.35_01
      adds  64ab805   packaging for CPAN: 1.36
      adds  5f9cc87   Uncomment symlink_target_is_absolute_ok
      adds  40a213d   Whitespace
      adds  b2fbbca   Adjust copyright date
      adds  21ebb93   Indent the code in symlink_target_is_absolute_ok
      adds  c513e61   Take out the extra argument processing lines.
      adds  d6f12d9   Bump version
      adds  dcdbdbf   * for version 1.37
      adds  9f29b38   Line up some code in symlink_target_is_absolute_ok
      adds  42aeff2   Added file encoding checks
      adds  65666e5   Merge pull request #6 from ioanrogers/encoded_files
      adds  02379e6   added file_mtime_age_ok file_mtime_gt_ok file_mtime_lt_ok.
      adds  65a9018   Fix compile time issues, fix some formatting
      adds  55ab18c   Add tests. Make File.pm functions sane/work.
      adds  eeb8282   Revert "Add tests."
      adds  9396280   Revert "Fix compile time issues, fix some formatting"
      adds  20c2fb2   Revert "added file_mtime_age_ok file_mtime_gt_ok file_mtime_lt_ok."
      adds  970bea4   add changes
      adds  5e83520   fix up manifests etc
      adds  1b87bf1   Merge xmikew's mime stuff
      adds  feb69c9   bump version
      adds  9ebc203   Update MANIFEST for the UTF-8 things
      adds  95795c1   Use the MANIFEST.SKIP defaults
      adds  a8da2bc   * for version 1.38
      adds  60a06f0   Bump version
      adds  2b5abe9   Make parallelizable by using File::Temp
      adds  a5e0dda   Require a recent Test::Builder
      adds  dc7ed60   Don't require Test::Manifest
      adds  083d5f8   * for version 1.39
      adds  4b1f828   Imported Upstream version 1.39
       new  6fc9e8a   Merge tag 'upstream/1.39'
       new  12afcbf   Update debian/changelog
       new  9d6b73d   Prepare changelog for release

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                      |   9 ++
 MANIFEST                     |   4 +
 MANIFEST.SKIP                |  66 ++++++++
 META.json                    |   4 +-
 META.yml                     |   4 +-
 Makefile.PL                  |   3 +-
 debian/changelog             |   6 +-
 debian/upstream/metadata     |   6 +
 lib/Test/File.pm             | 234 +++++++++++++++++++++++----
 t/dm_skeleton.t              | 117 ++++++--------
 t/file_contains.t            |  18 +--
 t/file_contains_encoded.t    | 109 +++++++++++++
 t/file_contains_utf8.t       | 111 +++++++++++++
 t/file_mtime.t               |  68 ++++++++
 t/file_sizes.t               | 286 +++++++++++++++-----------------
 t/line_counters.t            | 330 +++++++++++++++++--------------------
 t/link_counts.t              | 113 ++++++-------
 t/links.t                    | 377 ++++++++++++++++++++-----------------------
 t/load.t                     |  13 +-
 t/normalize.t                |  88 +++++-----
 t/obviously_non_multi_user.t |  65 ++++----
 t/owner.t                    |  11 +-
 t/rt/30346.t                 | 104 ++++++------
 t/setup_common               |  30 ++--
 t/test_dirs.t                |  36 ++---
 t/test_files.t               |  21 +--
 t/test_manifest              |   1 +
 t/win32.t                    |  53 +++---
 28 files changed, 1330 insertions(+), 957 deletions(-)
 create mode 100644 MANIFEST.SKIP
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/file_contains_encoded.t
 create mode 100644 t/file_contains_utf8.t
 create mode 100644 t/file_mtime.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-file-perl.git



More information about the Pkg-perl-cvs-commits mailing list