| Commit message (Expand) | Author | Age | Files | Lines |
* | [doc] Update File::Basename synopsis | Elvin Aslanov | 2022-08-30 | 1 | -5/+5 |
* | [doc] Update File::Copy synopsis | Elvin Aslanov | 2022-08-30 | 1 | -6/+6 |
* | [doc] Update File::stat synopsis | Elvin Aslanov | 2022-08-26 | 1 | -2/+2 |
* | Fix bundled .pm files for experimental::builtin warnings | Paul "LeoNerd" Evans | 2022-01-25 | 1 | -1/+2 |
* | Modernise File::Compare a little | James Raspass | 2021-12-16 | 1 | -15/+7 |
* | Fix indirect call of ->import | Paul "LeoNerd" Evans | 2021-12-14 | 1 | -2/+2 |
* | No need for avoiding overload in File::Copy | Paul "LeoNerd" Evans | 2021-12-14 | 1 | -8/+5 |
* | do not count tests, instead use done_testing() | Michiel Beijen | 2021-12-04 | 3 | -4/+7 |
* | Remove DOS/DJGPP support | Dagfinn Ilmari Mannsåker | 2021-11-02 | 2 | -3/+2 |
* | Remove NetWare support | Dagfinn Ilmari Mannsåker | 2021-10-08 | 1 | -2/+1 |
* | Haiku BFS does not store atime and always return current time | Thibault Duponchelle | 2021-07-13 | 2 | -7/+15 |
* | File::Copy: compare inode numbers as strings | Tony Cook | 2021-05-25 | 1 | -2/+2 |
* | File::stat - Fix typo in synopsis | Dan Book | 2021-05-20 | 1 | -2/+2 |
* | File::Copy: support symlinks on Win32 | Tony Cook | 2020-12-01 | 2 | -3/+6 |
* | more closely match File::stat's -X behaviour to built-in on cygwin | Tony Cook | 2019-11-26 | 1 | -2/+3 |
* | prevent a race between name-based stat and an open modifying atime | Tony Cook | 2019-11-07 | 1 | -2/+4 |
* | fix typos | Alexandr Savca | 2018-10-09 | 1 | -2/+2 |
* | Merge branch 'smoke-me/jkeenan/afresh/132401-file-copy' into blead | James E Keenan | 2017-11-12 | 2 | -2/+9 |
|\ |
|
| * | Increment $File::Copy::VERSION | James E Keenan | 2017-11-06 | 1 | -1/+1 |
| * | Support Time::HiRes::utime in File::Copy | Andrew Fresh | 2017-11-06 | 2 | -1/+8 |
* | | Replace multiple 'use vars' by 'our' in lib | Nicolas R | 2017-11-11 | 1 | -3/+9 |
|/ |
|
* | avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODE | Tony Cook | 2017-09-20 | 1 | -1/+6 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 3 | -20/+20 |
* | (perl #128199) rmscopy() is VMS specific and not exported | Tony Cook | 2016-06-15 | 1 | -1/+6 |
* | Bump $File::Copy::VERSION | Dominic Hargreaves | 2016-04-30 | 1 | -1/+1 |
* | File::Copy: add a warning about flushing writes | Dominic Hargreaves | 2016-04-30 | 1 | -0/+8 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -5/+0 |
* | Stop test suite filling /tmp | David Mitchell | 2014-12-03 | 1 | -1/+1 |
* | these permissions appear to be handled correctly in current cygwin | Tony Cook | 2014-10-20 | 1 | -6/+2 |
* | use a different name for the test directory | Tony Cook | 2014-10-20 | 1 | -5/+6 |
* | File::Copy does not overwrite read-only files | Alexandr Ciornii | 2014-07-14 | 1 | -1/+2 |
* | Bump File::Copy to version 2.29. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | Simplify and clarify VMS specifics in File::Copy. | Craig A. Berry | 2013-12-21 | 1 | -33/+19 |
* | Revert "Unix compatibility mode" in File::Copy on VMS. | Craig A. Berry | 2013-12-21 | 1 | -85/+4 |
* | Fix typo introduced in 4c38808d92b95. | Craig A. Berry | 2013-12-21 | 1 | -1/+1 |
* | bump File::Copy's $VERSION | Tony Cook | 2013-09-18 | 1 | -1/+1 |
* | Added note about directories not being created with File::Copy::copy | Nathan Glenn | 2013-09-18 | 1 | -2/+4 |
* | Convert to use of Test::More. Boost test coverage. | James E Keenan | 2013-07-10 | 1 | -58/+71 |
* | Add block to exercise case of very large buffer in lib/File/Copy.pm. | James E Keenan | 2013-07-08 | 1 | -4/+17 |
* | Move File::Find from lib/ to ext/ | Nicholas Clark | 2013-07-05 | 3 | -2475/+0 |
* | Change File::Find's tests to look for taint.t instead of commonsense.t | Nicholas Clark | 2013-07-05 | 2 | -12/+12 |
* | Improve the BEGIN-time setup code for File::Find's tests. | Nicholas Clark | 2013-07-05 | 2 | -25/+19 |
* | Add test for undefined first argument to fileparse(). | James E Keenan | 2013-07-04 | 1 | -1/+7 |
* | Increase $File::Basename::VERSION to 2.85 | Father Chrysostomos | 2013-06-22 | 1 | -1/+1 |
* | Fixed verbatim lines in POD over 79 characters | Brian Gottreu | 2013-06-22 | 1 | -8/+8 |
* | prevent lib/File/stat.t from aborting at END on cygwin | Tony Cook | 2013-06-11 | 1 | -2/+4 |
* | use more descriptive examples in File::Copy | Zsbán Ambrus | 2013-06-09 | 1 | -3/+3 |
* | typo fix for File::Find | David Steinbrunner | 2013-05-25 | 1 | -2/+2 |
* | Bump File::Copy version as the contents have changed | Chris 'BinGOs' Williams | 2013-03-05 | 1 | -1/+1 |
* | fix pod: add missing 'C' of inline code tags | reneeb | 2013-03-04 | 1 | -2/+2 |