There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

  • forfile globpattern command

    Comparable to the sh-for command:

    for i in globpattern; do command $i; done

    The current filename will be assigned to $_

    Examples:

    forfile *.zip unzip $_

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

'=item' outside of any '=over'

=over without closing =back