App-CPANtoRPM

 view release on metacpan or  search on metacpan

bin/cpantorpm-depreq  view on Meta::CPAN

            }

            $result{$pack} = $ver;
            $package       = $pack;

            next LINE;
         }


         # Lines containing:
         #    $[NAME::]VERSION = VERS;
         #                    or 'VERS', "VERS", q(VERS), qq(VERS)
         #    $[NAME::]VERSION = .* $Revision: VERS $
         #
         # Currently, we'll only support single-line defintions.

         next LINE  if (! $package);
         my @m;
         if (@m = (/\$(?:${package}::)?VERSION\s*=\s*$verqrx/s)) {
            foreach my $m (@m) {
               next  if (! defined $m);
               $result{$package} = $m;
               next LINE;



( run in 0.233 second using v1.01-cache-2.11-cpan-b61123c0432 )