fio::OpenShift::Parser;
@ISA = qw(App::Difio::OpenShift::Parser);
use strict;
use warnings;
use JSON;
use LWP::UserAgent;
my $data = {
'user_id' => $ENV{'DIFIO_USER_ID'},
'app_name' =>
n' => $name_ver[0], 'v' => $name_ver[1]});
}
$data->{'installed'} = [ @installed ];
my $json_data = to_json($data); # , { pretty => 1 });
my $ua = new LWP::UserAgent(('agent' => "$NAME/$VERSION"))
otb.rhcloud.com/application/register/', { json_data => $json_data});
if (! $response->is_success) {
die $response->status_line;
}
my $content = from_json($response->decoded_content);
print "Difi