Sub::Exporter is an incredibly powerful module, but with that power comes great
responsibility, er- as well as some runtime penalties. This module is a
Sub::Exporter wrapper that will let your users just use Exporter if all they are
doing is picking exports, but use Sub::Exporter if your users try to use
Sub::Exporter's more advanced features features, like renaming exports, if they
try to use them.
Note that this module will export @EXPORT and @EXPORT_OK package variables for
Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so you
might as well use it directly.
WWW: http://search.cpan.org/dist/Sub-Exporter-Progressive/
- ChangeLog:
Changes for 0.14
* Guard the modern stylesheets call on older RTs
Changes for 0.13
* Serve CSS the modern way on recent RT's
* Namespace our CSS to avoid styling the RT core UI
Changes for 0.12
* Copyright updates
Changes for 0.11
* fixes for characters that were breaking 3.8
Changes for 0.10
* packaging tweak
Changes for 0.09
* RT 4 compatibility
- ChangeLog:
0.33
Bug fix: Actually disable RT::Authen::ExternalAuth while importing users from LDAP
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
0.32_05
Bug fix: Restore the old uncached group member search logic when Member_Attr_Value is DN
Bug fix: Ensure the users cache is defined before we use it
Feature: Support skipping users or groups during import
0.32_04
Doc: Cleaned up documention into a single place
Feature: Sync single value user CFs
0.32_03
Flush output immediately
Disable RT::Authen::ExternalAuth to avoid double info fetching
0.32_02
Support for paging results from your LDAP source
Use the same perl that ran Makefile.PL in the shebang of bin/rtldapimport
0.32_01
Clarify $LDAPGroupName option
Support for group membership attributes which don't contain a list of user DNs
editors/emacs
- Update to v. 24.1[1]
- Update CANNA patch to v. 24.1[2]
- Convert OPTIONS to OptionsNG
- Remove patch to VC to make it work with Subversion 1.7
- Add patch to implement process support for FreeBSD from Emacs bug# 5243
- Add patch to fix segfault on Terminal (from NetBSD emacs port)[2]
editors/emacs23
- Convert OPTIONS to OptionsNG
- Bump PORTREVISION of editors/emacs23 port
- Remove PORTEPOCH, as port needs to be explicitly installed/upgraded
- Connect repocopied editors/emacs23 to build
editors/emacs-devel
- Update to bzr revision 109364
- Convert OPTIONS to OptionsNG
- Remove redundant patches
- Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3]
Mk/bsd.emacs.mk
- Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk
- Update major version for emacs-devel port
- Take maintainership of bsd.emacs.mk
Thanks to everyone who tested these updates, and provided their feedback.
Submitted by: http://www.gnu.org/software/emacs/NEWS.24.1[1]
Submitted by: Yuji TAKANO[2] (via private email), Jan Beich[3]