Skip to content

Commit

Permalink
Add descriptions to object classes.
Browse files Browse the repository at this point in the history
This addresses the issue raised in #11.
  • Loading branch information
FGasper committed Feb 14, 2024
1 parent 714eea8 commit f643248
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/JavaScript/QuickJS/Date.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
=head1 NAME
JavaScript::QuickJS::Date
JavaScript::QuickJS::Date - JavaScript `Date` in Perl
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/JavaScript/QuickJS/Function.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
=head1 NAME
JavaScript::QuickJS::Function
JavaScript::QuickJS::Function - JavaScript `Function` in Perl
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/JavaScript/QuickJS/Promise.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
=head1 NAME
JavaScript::QuickJS::Promise
JavaScript::QuickJS::Promise - JavaScript `Promise` in Perl
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/JavaScript/QuickJS/RegExp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
=head1 NAME
JavaScript::QuickJS::RegExp
JavaScript::QuickJS::RegExp - JavaScript `RegExp` in Perl
=head1 SYNOPSIS
Expand Down

0 comments on commit f643248

Please sign in to comment.