7 years agoavoid needing . in @INC in dev mode master
Graham Knop [Mon, 17 Oct 2016 15:38:25 +0000]
avoid needing . in @INC in dev mode

10 years agoRelease commit for 0.001011 v0.001011
Arthur Axel 'fREW' Schmidt [Mon, 28 Oct 2013 18:09:08 +0000]
Release commit for 0.001011

10 years agov0.001011
Arthur Axel 'fREW' Schmidt [Mon, 28 Oct 2013 18:07:06 +0000]
v0.001011

10 years agoavoid importing to fix being loaded in global destruction
Graham Knop [Mon, 28 Oct 2013 17:41:18 +0000]
avoid importing to fix being loaded in global destruction

A number of different issues with inheritance occur when loaded during
global destruction, which impacts modules using Exporter via
inheritance.  This isn't worth worrying about for most modules, but this
module is upstream of Devel::GlobalDestruction.

10 years agoFix duplicate word in DESCRIPTION (RT#86072)
Dagfinn Ilmari Mannsåker [Thu, 13 Jun 2013 20:39:31 +0000]
Fix duplicate word in DESCRIPTION (RT#86072)

10 years agofix SYNOPSIS
Arthur Axel 'fREW' Schmidt [Sun, 26 May 2013 01:53:18 +0000]
fix SYNOPSIS

11 years agoRelease commit for 0.001010 v0.001010
Arthur Axel 'fREW' Schmidt [Tue, 26 Mar 2013 22:55:59 +0000]
Release commit for 0.001010

11 years agorelease v0.001010
Arthur Axel 'fREW' Schmidt [Tue, 26 Mar 2013 22:55:48 +0000]
release v0.001010

11 years agoWork around Exporter.pm not installable on perl < 5.8.0
Peter Rabbitson [Tue, 26 Mar 2013 15:01:37 +0000]
Work around Exporter.pm not installable on perl < 5.8.0

For more info: https://github.com/toddr/Exporter/pull/1

11 years agoFix module name in Makefile.PL (RT#83932)
Dagfinn Ilmari Mannsåker [Thu, 14 Mar 2013 14:35:21 +0000]
Fix module name in Makefile.PL (RT#83932)

11 years agoinclude missing changes from d9568f3addf9f9abf5f9e6dc4821a08f008c4d43
Arthur Axel 'fREW' Schmidt [Sun, 17 Mar 2013 14:33:56 +0000]
include missing changes from d9568f3addf9f9abf5f9e6dc4821a08f008c4d43

11 years agoRelease commit for 0.001009 v0.001009
Arthur Axel 'fREW' Schmidt [Wed, 13 Mar 2013 01:11:25 +0000]
Release commit for 0.001009

11 years agonew release
Arthur Axel 'fREW' Schmidt [Wed, 13 Mar 2013 00:34:12 +0000]
new release

11 years agoMoar meta (does not seem to be handled by distar :(
Peter Rabbitson [Tue, 12 Mar 2013 23:52:00 +0000]
Moar meta (does not seem to be handled by distar :(

11 years agoFatal warns in Makefile.PL is overkill
Peter Rabbitson [Tue, 12 Mar 2013 22:52:11 +0000]
Fatal warns in Makefile.PL is overkill

11 years ago5.6 compat
Peter Rabbitson [Tue, 12 Mar 2013 22:51:29 +0000]
5.6 compat

11 years agoDrop Test::Builder dep - subtests are overkill here
Peter Rabbitson [Tue, 12 Mar 2013 22:49:20 +0000]
Drop Test::Builder dep - subtests are overkill here

11 years agoSwitch tabs to 3-space (from bad to worse)
Peter Rabbitson [Tue, 12 Mar 2013 21:57:23 +0000]
Switch tabs to 3-space (from bad to worse)

11 years agogitignoring
Peter Rabbitson [Tue, 12 Mar 2013 21:40:04 +0000]
gitignoring

11 years agoDisallow numbers in imports for consistency with Sub::Exporter
Toby Inkster [Sat, 9 Mar 2013 16:21:03 +0000]
Disallow numbers in imports for consistency with Sub::Exporter

Exporter.pm does this silly thing where it interprets import arguments
starting with a digit as being a version check.

For example, given this, Exporter.pm will check that Carp.pm's version
number is at least 1000 (unlikely!)

   $ perl -e'use Carp carp => "1000"'

If the number appears first in the import list, Perl will already do
this for you, not involving Exporter.pm at all:

   $ perl -e'use Carp 1000, "carp"'

So it's not obvious why this feature was included in Exporter.pm at all.
Not many people seem to have noticed the feature is even there, though
it is documented. (However, the documentation of it does not quite match
its implementation!)

Anyhow, this feature seems a bad idea to use, and more importantly it
leads to a difference between how Exporter.pm and Sub::Exporter work.
Sub::Exporter::Progressive should attempt to smooth over such differences,
so it should I<always> die in this situation, whether Exporter.pm or
Sub::Exporter is being used.

11 years agoRelease commit for 0.001008 v0.001008
Leon Timmermans [Tue, 22 Jan 2013 00:12:45 +0000]
Release commit for 0.001008

11 years agoFix prereqs
Leon Timmermans [Mon, 21 Jan 2013 23:53:49 +0000]
Fix prereqs

11 years agoBump to version 0.001008
Leon Timmermans [Mon, 21 Jan 2013 23:53:44 +0000]
Bump to version 0.001008

11 years agoRelease commit for 0.001007 v0.001007
Leon Timmermans [Mon, 21 Jan 2013 18:34:22 +0000]
Release commit for 0.001007

11 years agoCleanup
Leon Timmermans [Mon, 21 Jan 2013 14:49:14 +0000]
Cleanup

11 years agoRewrite -tag to :tag for Exporter.pm
Leon Timmermans [Mon, 21 Jan 2013 14:48:47 +0000]
Rewrite -tag to :tag for Exporter.pm

Tests written by Toby Inkster

11 years agoSimplified "too complicated" handling
Leon Timmermans [Sun, 6 Jan 2013 14:24:46 +0000]
Simplified "too complicated" handling

11 years agoBump to version 0.001007
Leon Timmermans [Sun, 6 Jan 2013 14:00:57 +0000]
Bump to version 0.001007

11 years agoRelease commit for 0.001006 v0.001006
Leon Timmermans [Mon, 27 Aug 2012 11:14:19 +0000]
Release commit for 0.001006

11 years agoHandle ':all' correctly
Leon Timmermans [Mon, 27 Aug 2012 11:11:04 +0000]
Handle ':all' correctly

Not sure this ever worked correctly in the first place

11 years agoBump version to 0.001006
Leon Timmermans [Mon, 27 Aug 2012 11:10:52 +0000]
Bump version to 0.001006

11 years agoRelease commit for 0.001005 v0.001005
Leon Timmermans [Sat, 25 Aug 2012 16:42:06 +0000]
Release commit for 0.001005

11 years agoAdded myself to contributors
Leon Timmermans [Sat, 25 Aug 2012 16:07:01 +0000]
Added myself to contributors

11 years agoAdd explicit dependency on Test::More 0.89
Leon Timmermans [Sat, 11 Aug 2012 11:24:40 +0000]
Add explicit dependency on Test::More 0.89

11 years agoAdd support for tags
Leon Timmermans [Sat, 11 Aug 2012 11:24:25 +0000]
Add support for tags

11 years agoWarn if defaults are not in exports
Leon Timmermans [Sat, 11 Aug 2012 11:08:17 +0000]
Warn if defaults are not in exports

11 years agoFix unicodeness in POD
Leon Timmermans [Sat, 11 Aug 2012 11:05:56 +0000]
Fix unicodeness in POD

11 years agoBump version to 0.001005
Leon Timmermans [Sat, 25 Aug 2012 16:40:58 +0000]
Bump version to 0.001005

11 years agoRelease commit for 0.001004 v0.001004
Matt S Trout [Thu, 9 Aug 2012 12:38:05 +0000]
Release commit for 0.001004

11 years agoDistar
Matt S Trout [Thu, 9 Aug 2012 12:25:11 +0000]
Distar

11 years agofix skipping when Sub::Exporter isn't installed
Dagfinn Ilmari Mannsåker [Thu, 9 Aug 2012 12:08:50 +0000]
fix skipping when Sub::Exporter isn't installed

11 years agov0.001003 v0.001003
Arthur Axel 'fREW' Schmidt [Wed, 1 Aug 2012 17:47:56 +0000]
v0.001003

  - remove warning if there are no defaults

11 years agoremove warning if there are no defaults
Arthur Axel 'fREW' Schmidt [Wed, 1 Aug 2012 17:45:05 +0000]
remove warning if there are no defaults

11 years agov0.001002 v0.001002
Arthur Axel 'fREW' Schmidt [Tue, 31 Jul 2012 13:59:53 +0000]
v0.001002

  - Make Sub::Exporter an optional dep (which is kinda the whole point)
  - warning about too complex usage of Sub::Exporter::Progressive is now
    an exception

11 years agowarn re complex usage of S::E::P is now exception
Arthur Axel 'fREW' Schmidt [Tue, 31 Jul 2012 13:57:34 +0000]
warn re complex usage of S::E::P is now exception

11 years agoMake Sub::Exporter an optional dep (which is kinda the whole point)
Arthur Axel 'fREW' Schmidt [Tue, 31 Jul 2012 13:55:35 +0000]
Make Sub::Exporter an optional dep (which is kinda the whole point)

11 years agov0.001001 v0.001001
Arthur Axel 'fREW' Schmidt [Mon, 30 Jul 2012 00:58:49 +0000]
v0.001001

  - Fix '-all' option for the default group

11 years agoFix '-all' option for the default group
Arthur Axel 'fREW' Schmidt [Mon, 30 Jul 2012 00:58:27 +0000]
Fix '-all' option for the default group

11 years agov0.001000 v0.001000
Arthur Axel 'fREW' Schmidt [Sun, 29 Jul 2012 21:44:11 +0000]
v0.001000

  - Initial Release

11 years agoline numbers will match in the code now
Arthur Axel 'fREW' Schmidt [Sun, 29 Jul 2012 21:43:57 +0000]
line numbers will match in the code now

11 years agoinitial commit
Arthur Axel 'fREW' Schmidt [Sun, 29 Jul 2012 21:38:45 +0000]
initial commit