++ed by:
MHOWARD ZAKAME KWAKWA BEROV JHTHORSEN

11 PAUSE users
11 non-PAUSE users.

Martin Renvoize

NAME

Swagger2::POD - Convert swagger API spec to Perl documentation

DEPRECATION WARNING

See Swagger2.

DESCRIPTION

Swagger2::POD is a module that can convert from "Swagger2" to POD.

SYNOPSIS

  use Swagger2;
  my $swagger = Sswagger2->new("file:///path/to/api-spec.yaml");

  print $swagger->pod->to_string;

METHODS

to_string

  $str = $self->to_string;

Will convert swagger API spec to plain old documentation.

COPYRIGHT AND LICENSE

Copyright (C) 2014-2015, Jan Henning Thorsen

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

AUTHOR

Jan Henning Thorsen - [email protected]