NAME
Test::Approvals::Reporters::FileLauncherReporter - Use Windows file associations to display the file.
VERSION
This documentation refers to Test::Approvals::Reporters::FileLauncherReporter version v0.0.4
SYNOPSIS
use Test::Approvals::Reporters;
my $reporter = Test::Approvals::Reporters::KDiffReporter->new();
$reporter->report( 'r.txt', 'a.txt' );
DESCRIPTION
Display the received file using whichever editor is associated with the file type.
SUBROUTINES/METHODS
argv
my $argv = $reporter->argv();
Retrieve the argument template used to ask the shell to find an application to display the file.
exe
my $exe = $reporter->exe();
Retrieve the path to the shell.
DIAGNOSTICS
None at this time.
CONFIGURATION AND ENVIRONMENT
None
DEPENDENCIES
Moose version
INCOMPATIBILITIES
None known.
BUGS AND LIMITATIONS
Windows-only. Linux/OSX/other support will be added when time and access to those platforms permit.
AUTHOR
Jim Counts - @jamesrcounts
LICENSE AND COPYRIGHT
Copyright (C) 2013 Jim Counts
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
L<http://www.apache.org/licenses/LICENSE-2.0>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.