Skip to content

Commit

Permalink
Support file command with source option
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jul 11, 2021
1 parent 08b64d5 commit 8391c29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -11,6 +11,7 @@ Revision history for Rex-Hook-File-Diff
[ENHANCEMENTS]
- Test on Mac OS X with Travis CI
- Test with GitHub Actions instead of Travis CI
- Support file command with source option

v0.3.0 2020-08-28T19:04:55Z
- No code changes since v0.2.0.1 trial release
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.023.
use strict;
use warnings;

Expand All @@ -18,7 +18,7 @@ my %WriteMakefileArgs = (
"NAME" => "Rex::Hook::File::Diff",
"PREREQ_PM" => {
"English" => 0,
"Rex" => "1.012",
"Rex" => "1.013004",
"Rex::Helper::Run" => 0,
"Rex::Hook" => 0,
"Text::Diff" => "1.44",
Expand Down Expand Up @@ -46,7 +46,7 @@ my %FallbackPrereqs = (
"File::Basename" => 0,
"File::Temp" => 0,
"File::Touch" => "0.08",
"Rex" => "1.012",
"Rex" => "1.013004",
"Rex::Commands::File" => "1.012",
"Rex::Helper::Run" => 0,
"Rex::Hook" => 0,
Expand Down
4 changes: 2 additions & 2 deletions cpanfile
@@ -1,8 +1,8 @@
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.017
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.023
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "English" => "0";
requires "Rex" => "1.012";
requires "Rex" => "1.013004";
requires "Rex::Helper::Run" => "0";
requires "Rex::Hook" => "0";
requires "Text::Diff" => "1.44";
Expand Down
2 changes: 1 addition & 1 deletion lib/Rex/Hook/File/Diff.pm
Expand Up @@ -6,7 +6,7 @@ use 5.012;
use warnings;

use English qw( -no_match_vars );
use Rex 1.012 -base;
use Rex 1.013004 -base;
use Rex::Helper::Run;
use Rex::Hook;
use Text::Diff 1.44;
Expand Down

0 comments on commit 8391c29

Please sign in to comment.