Skip to content

Commit

Permalink
Update to 1.27
Browse files Browse the repository at this point in the history
Upstream changes:
1.27  2019-01-15

- fixes by Shawn Laffan <shawnlaffan@gmail.com>
  - Process lines like "{ package foo; use if 1, "warnings"; } (#8)
  - Also handle 'do {use module; ...}'

- some clean ups
  - scandeps.pl: sort output by module name
  - add_deps(): use _gettype() instead of inline code
  - _compile_or_execute(): require DynaLoader _before_ accessing
    its variables
  - t/7-check-dynaloader.t: improve diagnostics

- drop Cwd from the list of potential XS modules

- suppress warnings in some ancient Perls

1.26  2018-12-12

- Glue DLLs of XS modules should have type "shared" rather than "data"

  Detection broke on Windows where nowadays $Config{dlext} = "xs.dll"
  (i.e. it's not a simple suffix)

- Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family

- Add %Preload rules for:
  - JSON::MaybeXS
  - HTTP::Entity::Parser
  - FFI::Platypus
  • Loading branch information
wen committed Jan 26, 2019
1 parent debe797 commit 4a0422d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Module-ScanDeps/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.46 2018/08/22 09:44:19 wiz Exp $
# $NetBSD: Makefile,v 1.47 2019/01/26 07:48:24 wen Exp $

DISTNAME= Module-ScanDeps-1.25
DISTNAME= Module-ScanDeps-1.27
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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.28 2018/08/21 11:02:33 wiz Exp $
$NetBSD: distinfo,v 1.29 2019/01/26 07:48:24 wen Exp $

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
SHA1 (Module-ScanDeps-1.27.tar.gz) = 6192b1a765c97c57ea0b38b355ee46a8442d4f31
RMD160 (Module-ScanDeps-1.27.tar.gz) = acf0f64873a1082b078960c4aba01271c51f0c1a
SHA512 (Module-ScanDeps-1.27.tar.gz) = ab5625f497a9dc9133960c7c9a5867f27f6f0061fa954225cfc53fda39d9b657743ee66a7a96cc1485bba57532fc0447c3b245dd81cf6e6c39522fdd2e308411
Size (Module-ScanDeps-1.27.tar.gz) = 54387 bytes

0 comments on commit 4a0422d

Please sign in to comment.