NAME

API::Docker::Network - Removed in 0.004 -- replaced by API::Docker::Type::Network

VERSION

version 0.004

DESCRIPTION

This class is gone. It has been replaced by the generated type model, and this file is a stub: loading it croaks, and so does every method call on it.

This class was released in 0.003 and removed in 0.004. Installing 0.004 over it replaces the working copy with this stub, which is the only reason the file is still in the distribution.

What to reach for instead:

Where this class mirrored the daemon's CamelCase verbatim, the generated classes carry the swagger's own names in snake_case. API::Docker::API::Networks documents the shape each method returns.

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.