[libtest-file-perl] annotated tag upstream/1.39 created (now 9ac6a66)
Salvatore Bonaccorso
carnil at debian.org
Thu Sep 11 06:49:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to annotated tag upstream/1.39
in repository libtest-file-perl.
at 9ac6a66 (tag)
tagging 4b1f8280c7ac49637b136bdac308a90797f3e0e2 (commit)
replaces upstream/1.36
tagged by Salvatore Bonaccorso
on Thu Sep 11 06:33:35 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.39
Alexandr Ciornii (4):
typo in comment
string in test should match Test::File
Windows support for _dm_skeleton
correct link to repository
Buddy Burden (32):
code to address Github issue #1
remove debugging in test (wasn't working anyway)
added dir_contains_ok()
minor doco changes
fixed END blocks for test files
first cut at file_contains_like
this tab/space inconsistency was bugging me ...
refactored to make it easy to add file_contains_unlike
implemented file_contains_unlike (for GitHub #3)
file_contains_(un)?like now accept multiple patterns
Merge pull request #2 from barefootcoder/master
packaging for CPAN: 1.28_01
packaging for CPAN: 1.28_02
packaging for CPAN: 1.30
the not_readable tests don't work when running as root
packaging for CPAN: 1.31
make /mx patterns work with perl older than 5.8.9
fixed bad spelling of "privileges" in SKIP blocks
packaging for CPAN: 1.31_01
skip all tests in t/links.t for OSes that can't symlink
fix for automated test name for owner_isnt
packaging for CPAN: 1.31_02
packaging for CPAN: 1.32
prevent recurrence of stray files in MANIFEST
packaging for CPAN: 1.33
fix problem with links.t planning twice
packaging for CPAN: 1.33_01
packaging for CPAN: 1.34
packaging for CPAN: 1.35
Merge pull request #7 from haarg/master
packaging for CPAN: 1.35_01
packaging for CPAN: 1.36
Graham Knop (1):
Work around perl bug regarding line numbers
Ioan Rogers (1):
Added file encoding checks
Mike Wisener (8):
added file_mtime_age_ok file_mtime_gt_ok file_mtime_lt_ok.
Fix compile time issues, fix some formatting
Add tests.
Revert "Add tests."
Revert "Fix compile time issues, fix some formatting"
Revert "added file_mtime_age_ok file_mtime_gt_ok file_mtime_lt_ok."
add changes
fix up manifests etc
Salvatore Bonaccorso (1):
Imported Upstream version 1.39
brian d foy (137):
* initial import of module to test file attributes
* added initial tests
* Make POD test optional
* Make prereq test optional
* info for release utility
* I have to actually print 'bail out' for it to work :)
* ignore test_files, created by setup.t
* track major changes in this file
* added dist name
* no more File::Find::Rule
* use Test::Manifest if it is around
* VERSION now comes from this file
* ignore META.yml created by MakeMaker
* ignore cookies file from release
* MakeMaker added the Meta.yml file
* for version 0.9
* fixed doc bug about specifying units when I talk about file sizes
* correct version number to be two decimal places
* ignore this test directory
* for version 1.05
* fixed filename case issue: i didn't notice this on Mac OS X
* ignore the test_files directory created by tests
* root can read files that aren't readable, so I adjusted the
* removed debugging message
* for version 1.06
Shawn Sorichetti <ssoriche at coloredblocks.net> contributed file_mode_is
* for version 1.07
* David Wheeler sent me a patch to make paths work across
* for version 1.08
* added POD coverage tests
* for version 1.09
* minor updates for Windows compatibility. Tom Metro helped out with
* Spell-checked Changes
* for version 1.10
* fixed double quotes problem: if I want to interpolate, I need double quotes :)
* starter file for testing links. I haven't put any tests in it yet.
* for version 1.11
* added owner_is and owner_isnt from Dylan Martin
* for version 1.12
* The owner.t test needs the latest Test::Builder::Tester, in which
* for version 1.13
* Added Dylan's group stuff
* for version 1.14
* use old-style bareword filehandles for perl 5.005 compatibility
* Updated Authors section
* Removed old test file zeros.t
* for version 1.15
* updated the number of tests in links.t
* whitespace cleanups
* for version 1.16
* Need the latest Test::Builder::Tester, so give it a version in Makefile.PL
* fixed owner.t tests for Test::More error message changes (RT #23601)
* Get rid of that extra "at" in the Test::Builder::Tester output
* for version 1.17
* for version 1.18
* updated for copyright and license
add examples directory
* added LICENSE and AUTHOR to Makefile.PL
* distro cleanups after moving to svn from cvs
* for version 1.19
* test file_not_empty_ok (RT # 30346)
* ignore .svn dirs in MANIFEST
* for version 1.02
* bump to version 1.21
* for version 1.21
* fix path handling in tests
* for version 1.22
* Add tests for users and groups that do not exist. Previously
* for version 1.22_01
* CPAN Tester reports all pass, so make this a release
* for version 1.23
* Test::File - added file_line_count_is, file_line_count_isnt, file_line_count_between
* note that I need some refactoring in Test::File
* for version 1.24
* a lot of the tests were failing because of a test order problem.
* for version 1.24_01
* add a binmode() to setup_common so the files come out the right
* remove Sourceforge login info. They don't do FTP anymore
* for version 1.24_02
* Took links.t out of MANIFEST because it doesn't test anything
* for version 1.24_03
* bumping version to release from 1.24_03 to 1.25
* for version 1.25
adding symlink features from Steve Parkis and refactoring tests
remove prototypes
Test assuming that it's Windows or has no symlinks
* more test refactoring and breaking into separate files
* make a dev release
* for version 1.25_001
* clean up for move to Git
* Don't create the man3 pages
* Skip kwalitee and prereq tests
* Skip kwalitee and prereq tests
* for version 1.26
* Adjust test number in link_counts.t. Why didn't my tests fail?
* Bump to version 1.27
* Skip the extra setup_common test if setup_common has already ran
* for version 1.27
* Make the man pages after all
* Bump to release 1.28
* Ignore these files
* for version 1.28
* Goodbye CVS tags, hello META_MERGE
Skip the entire links.t test if we can't do symlinks
Ignore yaml files
* for version 1.28_01
Added Travis CL config
Merge branch 'master' of github.com:briandfoy/test-file into symlink_tests
Rearrange changes to put them in order
Ignore MYMETA
Add tests for dir_* and file_contains_*
Use v2 Meta spec for repository info
Moved file to convention location
Various whitespace fixes and merge catchups
Make it a dev release
Remove version requirement in test_dirs.t
* for version 1.34_01
Fix missing bullet in Changes
Uncomment symlink_target_is_absolute_ok
Whitespace
Adjust copyright date
Indent the code in symlink_target_is_absolute_ok
Take out the extra argument processing lines.
Bump version
* for version 1.37
Line up some code in symlink_target_is_absolute_ok
Merge pull request #6 from ioanrogers/encoded_files
Merge xmikew's mime stuff
bump version
Update MANIFEST for the UTF-8 things
Use the MANIFEST.SKIP defaults
* for version 1.38
Bump version
Make parallelizable by using File::Temp
Require a recent Test::Builder
Don't require Test::Manifest
* for version 1.39
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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