NAME
Parse::PEM::Lax - Extract normalised sections from PEM files
SYNOPSIS
use Parse::PEM::Lax;
my $pem = Parse::PEM::Lax->from_string($string);
my @sections = $pem->extract_sections;
DESCRIPTION
This module provides a lax parser for PEM files containing one or more X.509 certificates or other data.
METHODS
- from_string($data)
-
Creates a
- extract_sections
-
Returns a list of normlised PEM-encoded blocks found in the input.
EXPORTS
Nothing by default.
AUTHOR / COPYRIGHT / LICENSE
Copyright (c) 2016 Bjoern Hoehrmann <bjoern@hoehrmann.de>.
This module is licensed under the same terms as Perl itself.