From 91e76dcf9e7ce8518b53659d072c423159c99036 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 30 Aug 2022 15:00:37 -0600 Subject: [PATCH 1/2] typo in links --- lib/Archive/Raw.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Archive/Raw.pm b/lib/Archive/Raw.pm index f97f4c2..75f32fd 100644 --- a/lib/Archive/Raw.pm +++ b/lib/Archive/Raw.pm @@ -83,13 +83,13 @@ Get the libarchive version. =head1 DOCUMENTATION -=head2 L +=head2 L -=head2 L +=head2 L -=head2 L +=head2 L -=head2 L +=head2 L =head1 AUTHOR From 5543a0e54d970ff96626779ab2f9968e7cf41ae7 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 30 Aug 2022 15:04:44 -0600 Subject: [PATCH 2/2] fix names in classes --- lib/Archive/Raw/Entry.pm | 2 +- lib/Archive/Raw/Reader.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Archive/Raw/Entry.pm b/lib/Archive/Raw/Entry.pm index b0b32fa..08f2e49 100644 --- a/lib/Archive/Raw/Entry.pm +++ b/lib/Archive/Raw/Entry.pm @@ -6,7 +6,7 @@ use Archive::Raw; =head1 NAME -Archive::Raw::Context - libarchive Entry class +Archive::Raw::Entry - libarchive Entry class =head1 DESCRIPTION diff --git a/lib/Archive/Raw/Reader.pm b/lib/Archive/Raw/Reader.pm index 386118d..8c1f401 100644 --- a/lib/Archive/Raw/Reader.pm +++ b/lib/Archive/Raw/Reader.pm @@ -6,7 +6,7 @@ use Archive::Raw; =head1 NAME -Archive::Raw::Context - libarchive Reader class +Archive::Raw::Reader - libarchive Reader class =head1 DESCRIPTION