AnyEvent-Riak
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
pbc/generate_doc.pl view on Meta::CPAN
# This software is copyright (c) 2014 by Damien Krotkine.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use 5.012;
use strict;
use warnings;
use FindBin qw($Bin);
my @content = split(m|\n|, do{local(@ARGV,$/)="$Bin/riak.proto";(<>)});
my $pod = "package AnyEvent::Riak::Documentation;\n\n1;\n\n";
my $current_comment = '';
my $request_name = '';
my $response_name = '';
my $object_name = '';
my %enums;
my $enum_name = '';
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.125 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )