Skip to content

Commit

Permalink
Release v0.1.1.1
Browse files Browse the repository at this point in the history
 [BUG FIXES]
 - Use full path of managed files
 - Use unique impostor directory
 - Copy only existing files
 - Fix full path handling on Windows

 [ENHANCEMENTS]
 - Use built-in Rex logic for file copy
  • Loading branch information
ferki committed Jul 11, 2021
1 parent df34ec7 commit 56120ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ Revision history for Rex-Hook-File-Impostor
{{$NEXT}}
[API CHANGES]

[BUG FIXES]

[DOCUMENTATION]

[ENHANCEMENTS]

v0.1.1.1 2021-07-11T15:57:00Z (TRIAL RELEASE)
[BUG FIXES]
- Use full path of managed files
- Use unique impostor directory
- Copy only existing files
- Fix full path handling on Windows

[DOCUMENTATION]

[ENHANCEMENTS]
- Use built-in Rex logic for file copy

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::File" => "1.443",
"autodie" => 0
},
"VERSION" => "v0.1.1",
"VERSION" => "v0.1.1.1",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rex::Hook::File::Impostor - execute Rex file management commands on a copy of th

=head1 VERSION

version v0.1.1
version v0.1.1.1

=head1 SYNOPSIS

Expand Down

0 comments on commit 56120ff

Please sign in to comment.