Group
Extension

Matches 3

PMInfoExtr ( N/NU/NUNOGMART/PMInfoExtr-0.006.tar.gz, NUNOGMART, 2014; MetaCPAN )
PMInfoExtr/bin/modules-extractor.pl ( view source; MetaCPAN )
			}
		}
	}

	if ($clean) {
		unlink "output.json";
	}

	if (-e "output.json") {
		open my $output, "<", "output.json" || die ("Can't open file output.json. $!");
		my $data = <$output>;
		print STDOU
PMInfoExtr ( N/NU/NUNOGMART/PMInfoExtr-0.006.tar.gz, NUNOGMART, 2014; MetaCPAN )
PMInfoExtr/lib/PMInfoExtr/Report.pm ( view source; MetaCPAN )
o.martins@caixamagica.pt>

package PMInfoExtr::Report;

use strict;
use warnings;

use Moose;
use JSON;
use UUID::Tiny ':std';
use PMInfoExtr::Version;

our $VERSION = $PMInfoExtr::Version::VERSION;


	$self->print_array_to_json($data);
	return;
}

sub print_array_to_json {
	my $self = shift;
	my $data = shift;
	my $json = JSON->new->utf8;

	$json->convert_blessed(1);
	$json->allow_blessed(1);

	m
ing(create_uuid()),
		format => {
			id => "d7f5e025-9daa-11e3-ab53-e3e54faab75e",
			multiple => JSON::false,
		},
	);

	if (defined $PMInfoExtr::Manager::options{'output_file'}) {
		unlink $PMInfoEx
PMInfoExtr ( N/NU/NUNOGMART/PMInfoExtr-0.006.tar.gz, NUNOGMART, 2014; MetaCPAN )
PMInfoExtr/lib/PMInfoExtr/Manager.pm ( view source; MetaCPAN )
r::Version::VERSION;

our %options = (
	'debug' => 0,
	'folders' => [],
	'output_file' => 'output.json',
);

use Data::Dumper;

has 'search' => (is => 'rw', isa => 'PMInfoExtr::Search');

has 'dpkg' =

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.