Boolean.pm 433 B

1234567891011121314151617181920212223242526
  1. =head1 NAME
  2. JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
  3. =head1 SYNOPSIS
  4. # do not "use" yourself
  5. =head1 DESCRIPTION
  6. This module exists only to provide overload resolution for Storable and similar modules. See
  7. L<JSON::PP> for more info about this class.
  8. =cut
  9. use JSON::backportPP ();
  10. use strict;
  11. 1;
  12. =head1 AUTHOR
  13. This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de>
  14. =cut