diff --git a/ChangeLog.md b/ChangeLog.md index 13834dd..a0fd6d8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -13,8 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add imports -- Remove 'package' statements - - Require a useful version of Feature::Compat::Class ## [0.1.6] - 2024-04-04 diff --git a/lib/Amazon/Sites.pm b/lib/Amazon/Sites.pm index d0bd051..3c13141 100644 --- a/lib/Amazon/Sites.pm +++ b/lib/Amazon/Sites.pm @@ -1,3 +1,5 @@ +package Amazon::Sites; + =head1 NAME Amazon::Sites - A class to represent Amazon sites @@ -37,6 +39,11 @@ no warnings 'experimental::signatures'; our $VERSION = '0.1.7'; class Amazon::Sites { + +BEGIN { + warn __PACKAGE__; +} + use Amazon::Site (); field $include :param = [];