Skip to content

Commit

Permalink
%Content was missing from exports, causing empty file (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 10, 2024
1 parent e3d00b6 commit 0b22787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/App/scriptdist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ use vars qw(

$VERSION = '1.003';

@EXPORT_OK = qw( prompt find_files copy gitify content );
@EXPORT_OK = qw(
prompt find_files copy gitify content
script_template
%Content
);
%EXPORT_TAGS = (
'all' => [ @EXPORT_OK ],
);
Expand Down

0 comments on commit 0b22787

Please sign in to comment.