Karen Etheridge [Wed, 20 Aug 2014 04:47:05 +0000]
Sub-Name-0.11-TRIAL
- move variable declaration to fix warning under
-Werror=declaration-after-statement, to allow compilation under MSVC
(J.R.Mash, github #3)
Karen Etheridge [Wed, 20 Aug 2014 04:26:39 +0000]
changelog for PR #3
Karen Etheridge [Wed, 20 Aug 2014 04:24:35 +0000]
whitespace
Karen Etheridge [Wed, 20 Aug 2014 04:11:34 +0000]
Merge pull request #3 from jrmash/master
MSVC Compiler Compatibility
J.R. Mash [Tue, 19 Aug 2014 18:26:54 +0000]
MSVC Compiler Compatibility
Move variable declaration to the beginning of the block, for better C90 compliance. Should compile now in MSVC.
Karen Etheridge [Sat, 16 Aug 2014 00:47:13 +0000]
Sub-Name-0.10-TRIAL
- converted distribution packaging to Dist::Zilla
Karen Etheridge [Sat, 9 Aug 2014 04:57:21 +0000]
use Exporter directly, to avoid base as a prerq
Karen Etheridge [Sat, 9 Aug 2014 04:52:40 +0000]
one test uses B::C 1.48
Karen Etheridge [Sat, 12 Jul 2014 23:06:59 +0000]
add contributors to pod
Karen Etheridge [Sat, 12 Jul 2014 23:28:43 +0000]
fix author and release tests - spelling, Changes formatting
Karen Etheridge [Sat, 12 Jul 2014 23:06:05 +0000]
convert to Dist::Zilla, including careful tailoring of pod to preserve the funky copyright
Karen Etheridge [Sat, 9 Aug 2014 04:10:13 +0000]
version 0.09
Karen Etheridge [Sat, 9 Aug 2014 04:07:57 +0000]
SEE ALSO Sub::Identify (RT#76822)
Karen Etheridge [Sat, 9 Aug 2014 04:05:21 +0000]
this test also requires perlcc to run
e.g. see failures:
http://www.cpantesters.org/cpan/report/
744c9670-1e48-11e4-bb3c-7408e0bfc7aa
http://www.cpantesters.org/cpan/report/
7ce69e5a-1f08-11e4-bc9c-0165e0bfc7aa
http://www.cpantesters.org/cpan/report/
dc6e14f2-1f26-11e4-ad93-d8e4e0bfc7aa
http://www.cpantesters.org/cpan/report/
0faa4ed0-1ebe-11e4-ae61-5739e0bfc7aa
Karen Etheridge [Sat, 9 Aug 2014 04:00:14 +0000]
use strict; warnings!
Karen Etheridge [Sat, 9 Aug 2014 04:00:04 +0000]
whitespace
Karen Etheridge [Sat, 9 Aug 2014 03:58:59 +0000]
improve wording of this skip message
Karen Etheridge [Sat, 9 Aug 2014 03:56:18 +0000]
convert raw tests to using Test::More
Karen Etheridge [Sat, 9 Aug 2014 03:44:52 +0000]
better to call require at runtime
Karen Etheridge [Sat, 9 Aug 2014 03:30:17 +0000]
remove unneeded shebang
Karen Etheridge [Sat, 9 Aug 2014 03:41:53 +0000]
changelog for RT#50524
Karen Etheridge [Sat, 9 Aug 2014 03:34:22 +0000]
Merge pull request #2 from ilmari/db-sub
Update %DB::sub
Dagfinn Ilmari Mannsåker [Thu, 9 Sep 2010 01:23:26 +0000]
Copy the contents of the %DB::sub entry if it exists
Closes RT#50524
Dagfinn Ilmari Mannsåker [Fri, 8 Aug 2014 21:49:09 +0000]
Switch from Newz to Newxz
Provide back-compat macro for pre-5.10 perls
Karen Etheridge [Mon, 4 Aug 2014 15:40:56 +0000]
declare runtime prereqs
Karen Etheridge [Mon, 4 Aug 2014 15:36:24 +0000]
prepare for 0.08 release
Karen Etheridge [Mon, 14 Jul 2014 03:27:55 +0000]
whitespace only
Karen Etheridge [Mon, 4 Aug 2014 15:32:15 +0000]
Merge pull request #1 from ilmari/leakfix
Fix leak when setting a fully-qualified name
Dagfinn Ilmari Mannsåker [Mon, 4 Aug 2014 15:13:14 +0000]
Fix leak when setting a fully-qualified name
Karen Etheridge [Fri, 11 Jul 2014 16:34:53 +0000]
prepare for 0.07 release
Reini Urban [Fri, 11 Jul 2014 15:43:43 +0000]
skip t/RT96893_perlcc.t with too old B::C versions
Karen Etheridge [Thu, 10 Jul 2014 16:03:50 +0000]
declare minimum perl version and repository, bugtracker in metadata
Karen Etheridge [Thu, 10 Jul 2014 15:58:46 +0000]
ignore all the usual things (including MYMETA.*)
Karen Etheridge [Thu, 10 Jul 2014 14:39:58 +0000]
fix test when B::C not installed
Karen Etheridge [Thu, 10 Jul 2014 14:39:46 +0000]
fix TAP output
Karen Etheridge [Thu, 10 Jul 2014 01:22:44 +0000]
prepare for 0.06 release
Reini Urban [Wed, 2 Jul 2014 20:51:57 +0000]
add README make target
Reini Urban [Wed, 2 Jul 2014 20:21:56 +0000]
add MYMETA.yml/json to .gitignore
Reini Urban [Wed, 2 Jul 2014 20:21:56 +0000]
Fix RT#96893 - do not change the string arg in XS; use a copy instead (problem under perlcc -O3)
Florian Ragwitz [Tue, 7 Sep 2010 22:55:10 +0000]
Version 0.05
gfx [Mon, 31 Aug 2009 02:29:49 +0000]
Set the right flags on the renamed CVs
Once they're named, they're not ANON anymore. Also we added magic for
refcounting GVs to them, so they're MAGICAL as well.
gfx [Mon, 31 Aug 2009 02:25:42 +0000]
Allow deparsing (re)named subs
Previously the pad was abused to refcount GVs. This played tricks on various
modules trying to peek into the pads of (re)named subs. Instead of messing with
the pad, we now use regular refcounted magic.
Closes RT#42725.
gfx [Mon, 31 Aug 2009 02:26:42 +0000]
Add failing test for deparsing (re)named subs
Test for the issue described in RT#42725.
Florian Ragwitz [Tue, 7 Sep 2010 22:27:53 +0000]
Support perl >= 5.13.3
5.13.3 made the GvCV a pure reader and adds GvCV_set to write that field.
Closes RT#59558.
Florian Ragwitz [Tue, 7 Sep 2010 22:13:57 +0000]
Inline the deprecated PL_no_symref
It was deprecated in 5.11.2 and the recommendation is to inline one's own copy
of it into code that needs it. We're doing just that (on all perls, not just one
ones where it's deprecated).
Closes RT#57843.
Florian Ragwitz [Mon, 6 Sep 2010 21:11:14 +0000]
Add .gitignore
Florian Ragwitz [Mon, 6 Sep 2010 21:10:16 +0000]
Remove generated files
Matthijs van Duin [Fri, 18 Jul 2008 13:26:38 +0000]
import Sub-Name 0.04 from CPAN
git-cpan-module: Sub-Name
git-cpan-version: 0.04
git-cpan-authorid: XMATH
git-cpan-file: authors/id/X/XM/XMATH/Sub-Name-0.04.tar.gz
Matthijs van Duin [Wed, 20 Feb 2008 19:24:24 +0000]
import Sub-Name 0.03 from CPAN
git-cpan-module: Sub-Name
git-cpan-version: 0.03
git-cpan-authorid: XMATH
git-cpan-file: authors/id/X/XM/XMATH/Sub-Name-0.03.tar.gz
Matthijs van Duin [Wed, 18 Aug 2004 17:56:51 +0000]
import Sub-Name 0.02 from CPAN
git-cpan-module: Sub-Name
git-cpan-version: 0.02
git-cpan-authorid: XMATH
git-cpan-file: authors/id/X/XM/XMATH/Sub-Name-0.02.tar.gz
Matthijs van Duin [Wed, 18 Aug 2004 13:35:08 +0000]
initial import of Sub-Name 0.01 from CPAN
git-cpan-module: Sub-Name
git-cpan-version: 0.01
git-cpan-authorid: XMATH
git-cpan-file: authors/id/X/XM/XMATH/Sub-Name-0.01.tar.gz