diff --git a/Changes b/Changes index fc06dea..3ff4ada 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Exporter.pm b/lib/Exporter.pm index ab3cfd7..15d7d4a 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -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 { diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm index 338aae3..6155aa5 100644 --- a/lib/Exporter/Heavy.pm +++ b/lib/Exporter/Heavy.pm @@ -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