Acme-MyFirstModule-BDFOY
view release on metacpan or search on metacpan
0.025 2025-07-14T11:22:53Z
* sync the Pod VERSION with the actual version (#3 from tobyink)
0.024 2025-07-13T07:01:28Z
* test release
0.023 2025-01-26T22:33:41Z
* refresh distro and move to BRIANDFOY
0.022 2024-08-26T00:35:21Z
* second try
* link (#1) (#2)
second line
0.021 2024-08-26T00:25:35Z
* Does this link to an issue (#1) (#2)
* Second line
0.019 2024-07-10T16:43:40Z
* test
0.017 2024-07-10T12:43:16Z
* test
SECURITY.md view on Meta::CPAN
# Security Policy for Acme::MyFirstModule::BDFOY
## Reporting security issues
**Do not report security problems on public forums or in repository
issues.**
Privately report vulnerabilities to the maintainers listed at the end
of this document. Include as many details as possible to reproduce the
issue, including code samples or test cases. Check that your report
does not expose any of your sensitive data, such as passwords, tokens,
or other secrets.
You do not need to have a solution or fix. Depending on the issue,
CPANSec may be notified. Depending on the issue, CPANSec may be
notified.
You can also privately report issues to the CPAN Security Group
(CPANSec) <cpan-security@security.metacpan.org>. This is especially
important if you think a vulnerability is being actively exploited.
CPANSec may report the issue to the relevant authorities. See [Report
a Security Issue](https://security.metacpan.org/docs/report.html).
## Response to reports
The maintainers aim to respond to all reports within one day, but this
may be affected by life and other things that happen to people who
maintain open source code.
A new release will be provided as soon as possible.
## Maintainers
lib/Acme/MyFirstModule/BDFOY.pm view on Meta::CPAN
Perhaps a little code snippet.
use Acme::MyFirstModule::BDFOY;
my $foo = Acme::MyFirstModule::BDFOY->new();
...
=head1 EXPORT
A list of functions that can be exported. You can delete this section
if you don't export anything, such as for a purely object-oriented module.
=head1 SUBROUTINES/METHODS
=head2 function1
=cut
sub function1 {
}
( run in 1.071 second using v1.01-cache-2.11-cpan-39bf76dae61 )