Skip to content

Commit

Permalink
Add a package statement to xml_utils.pm
Browse files Browse the repository at this point in the history
Otherwise exporting functions don't work.

Related: #17965
  • Loading branch information
perlpunk committed Oct 12, 2023
1 parent 13bab22 commit 7fff5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/xml_utils.pm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package xml_utils;

=head1 xml_utils.pm
Library for parsing xml files
Expand Down

0 comments on commit 7fff5c4

Please sign in to comment.