head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.10 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.8 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.6 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.4 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.2 pkgsrc-2012Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2014.01.01.09.20.33; author wen; state dead; branches; next 1.1; commitid 4EIhxWaOIBNQvojx; 1.1 date 2012.10.19.07.47.13; author sno; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.002000 Remove the patch which included into src upstream Upstream changes: 1.002000 - 2013-12-10 - allow specifying by caller level, as well as specifying file, line, and version 1.001001 2013-03-25 - fix NAME in Makefile.PL (RT#84207) @ text @$NetBSD: patch-aa,v 1.1 2012/10/19 07:47:13 sno Exp $ # Fix irregular module name --- Makefile.PL.orig 2012-05-03 20:14:06.000000000 +0000 +++ Makefile.PL @@@@ -5,7 +5,7 @@@@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Import-Into', + NAME => 'Import::Into', VERSION_FROM => 'lib/Import/Into.pm', PREREQ_PM => { }, LICENSE => 'perl', @ 1.1 log @Adding new package for CPAN module Import::Into version 1.001000 into devel/p5-Import-Into. Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and some things are pragmas. If you want to re-export other things, you have to know which is which. Exporter subclasses provide export_to_level, but if they overrode their import method all bets are off. Sub::Exporter provides an into parameter but figuring out something used it isn't trivial. Pragmas need to have their import method called directly since they affect the current unit of compilation. It's ... annoying. However, there is an approach that actually works for all of these types. @ text @d1 1 a1 1 $NetBSD$ @