Skip to content

Commit

Permalink
p5-Module-ScanDeps: update to 1.25.
Browse files Browse the repository at this point in the history
1.25  2018-08-18

- Merge pull request #2 from shawnlaffan/master, thanx Shawn!

  continue scanning one-liners when use if, autouse or >5.010 found

- Fix how data obtained from compiling or executing a file
  is incorporated (_info2rv).

  Sanitize all pathnames to use slash (instead of backslash):
  - members of @inc
  - keys and values of %INC
  - members of @dl_shared_objects
  This should make stripping @inc prefixes finally work.

- Add %Preload rule for FFI::Platypus

- Add bugtracker to META.yml
  • Loading branch information
0-wiz-0 committed Aug 21, 2018
1 parent 973d053 commit b52c7b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Module-ScanDeps/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.44 2017/09/17 11:14:11 wiz Exp $
# $NetBSD: Makefile,v 1.45 2018/08/21 11:02:33 wiz Exp $

DISTNAME= Module-ScanDeps-1.24
DISTNAME= Module-ScanDeps-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Module-ScanDeps/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.27 2017/09/17 11:14:11 wiz Exp $
$NetBSD: distinfo,v 1.28 2018/08/21 11:02:33 wiz Exp $

SHA1 (Module-ScanDeps-1.24.tar.gz) = dad18fa371bfb1ae7565cceb26b771356fc5ffb4
RMD160 (Module-ScanDeps-1.24.tar.gz) = bda7405cc18867933b5ce8c73b70cf1de425f7fa
SHA512 (Module-ScanDeps-1.24.tar.gz) = 7f3d9821aa863d8ebc78fb5fb3c7172ce133169ec54ed91b90e05ba50654b4bd0282b3a760adfc8b6bd553dda4116dbf51972bb2af94b59f6f04daeba996e889
Size (Module-ScanDeps-1.24.tar.gz) = 55262 bytes
SHA1 (Module-ScanDeps-1.25.tar.gz) = df8ea0364f1efeb63fd604790c79c5a755793a75
RMD160 (Module-ScanDeps-1.25.tar.gz) = b94f953409cff16d50f9b7530383cf822e319cb4
SHA512 (Module-ScanDeps-1.25.tar.gz) = 1d1d10b55147e68238465fc1e5e9248d926151394034f0bde32c0030ff9bbd685ebb1ed0c6c924769a2e38c2dc15621990b454438db5ef5699aeed378f02aec7
Size (Module-ScanDeps-1.25.tar.gz) = 54207 bytes

0 comments on commit b52c7b4

Please sign in to comment.