Skip to content

Commit

Permalink
Rename end to close; move I/O methods into their own POD section
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimms committed Aug 11, 2021
1 parent e386df2 commit d4f5e0d
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 203 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Merged saveas into save. The old name is deprecated but will continue to
work.

- Renamed end to close.

- Renamed open_scalar to from_string. Renamed stringify to to_string. The
old names are deprecated but will continue to work.

Expand Down
2 changes: 1 addition & 1 deletion contrib/combine_pdfs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
print " $page_number,";
$output_pdf->import_page($input_pdf, $page_number);
}
$input_pdf->end();
$input_pdf->close();
print " Done.\n\n";
}

Expand Down
Loading

0 comments on commit d4f5e0d

Please sign in to comment.