From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213141516 package Local::SymbolInExport;use strict;use warnings;use HTTP::Request::Common;use base 'Exporter';our @EXPORT = ( 'DELETE');our @EXPORT_OK = qw( GET POST);
package
Local::SymbolInExport;
use
strict;
warnings;
HTTP::Request::Common;
base
'Exporter'
;
our
@EXPORT
= (
'DELETE'
);
@EXPORT_OK
=
qw(
GET
POST
)