Skip to content

Commit

Permalink
Update Changes for release of 5.78 to CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Dec 30, 2023
1 parent 84c79fd commit 19bde5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension Exporter.

5.78 Sat December 30 2023
- Minor tweaks to Makefile.PL to reflect that the file require 5.006,
- Fixed the LICENSE field to be 'perl_5' and not 'perl'.
- Whitespace cleanup on Changes

5.77 Mon January 23 2023
- Document non-inheriting as default mechanism
- Make Exporter strict and warnings compliant
Expand Down
2 changes: 1 addition & 1 deletion lib/Exporter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ no strict 'refs';
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
our $VERSION = '5.77';
our $VERSION = '5.78';
our %Cache;

sub as_heavy {
Expand Down
2 changes: 1 addition & 1 deletion lib/Exporter/Heavy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
no strict 'refs';

# On one line so MakeMaker will see it.
our $VERSION = '5.77';
our $VERSION = '5.78';

=head1 NAME
Expand Down

0 comments on commit 19bde5f

Please sign in to comment.