1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
8 | perl5.setup Import-Into 1.002001 ../by-authors/id/H/HA/HAARG |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license {Artistic-1 GPL} |
---|
13 | |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | description Import::Into - import packages into other packages |
---|
17 | |
---|
18 | long_description Writing exporters is a pain. Some use Exporter, some use \ |
---|
19 | Sub::Exporter, some use Moose::Exporter, some use \ |
---|
20 | Exporter::Declare ... and some things are pragmas. \ |
---|
21 | \ |
---|
22 | Exporting on someone else's behalf is harder. The \ |
---|
23 | exporters don't provide a consistent API for this, and \ |
---|
24 | pragmas need to have their import method called directly, \ |
---|
25 | since they effect the current unit of compilation. \ |
---|
26 | \ |
---|
27 | Import::Into provides global methods to make this painless. |
---|
28 | |
---|
29 | checksums rmd160 d488320a83cf0cdefc822009baa978a628be97df \ |
---|
30 | sha256 245ea6c8aacb39f942d71a445d539216fbdf2b281ea22a92abccf53cf7ecf28f |
---|