Skip to content

Commit

Permalink
* for version 1.040
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Oct 2, 2023
1 parent 3c168a1 commit 9befd56
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
Revision history for Perl module PerlPowerTools

1.040 2023-10-02T04:42:58Z
* All of these improvements are from Michael Mikonos
* cal
- add -j, -y switches (#259)
* chgrp
- note filename in error messages (#261)
* dc
- don't reda stdin if there was a file (#268)
* env
- print message wen exec fails (#260)
- validate -u (#266)
* look
- reject mulitple arguments (#274)
* pr
- disallow directories as arguments (#264)
* strings
- better validation for args (#262)
* sum
- add md5 support (#271)
- add sha{1,256,384,512} (#275)
* tac
- fix bug in tac for reading from standard input (#258)
- add usage message (#269)
- continue to next file on error (#270)
* wc
- keep going if an open fails (#263)
* which
- don't return directories (#267)
* xargs
- better handling of exec errors (#265)



1.039 2023-09-22T23:46:44Z
* All of these improvements are from Michael Mikonos
* arithmetic
Expand Down

0 comments on commit 9befd56

Please sign in to comment.