13 years agoMake data actually work dg/data
David Leadbeater [Wed, 12 Jan 2011 18:10:40 +0000]
Make data actually work

The main moves into a fatpacked file too, this is because 'tell DATA'
can't work during BEGIN blocks, as perl hasn't seen the __DATA__ to
create the filehandle.

I'm not too keen on this, it probably needs something like extracting
the pod from main so that perldoc fatpacked-file works correctly, it
breaks current cpanm as that relies on 'caller' returning false in main,
etc.

13 years agoData experiment
David Leadbeater [Thu, 23 Dec 2010 00:14:30 +0000]
Data experiment

13 years agoDie if open fails in @INC handler
David Leadbeater [Thu, 23 Dec 2010 00:19:14 +0000]
Die if open fails in @INC handler

You'd think this impossible, but I was just testing with a broken perl
install where PerlIO::scalar's XS module didn't load.

"Can't locate XXX.pm in @INC" was a somewhat flummoxing error.

13 years ago[rt.cpan.org #63466] Add ending newline if input lacks one
gugod [Thu, 23 Dec 2010 00:18:53 +0000]
[rt.cpan.org #63466] Add ending newline if input lacks one

13 years ago[rt.cpan.org #60622] Handle conditional loading
David Leadbeater [Mon, 20 Dec 2010 18:09:37 +0000]
[rt.cpan.org #60622] Handle conditional loading

Now uses a CHECK block to see what is actually loaded, rather than using
a @INC hook which sees what might be loaded.

Also add some basic tests for tracing module loading.

13 years agobump to 0.93
tokuhirom [Wed, 21 Jul 2010 23:30:12 +0000]
bump to 0.93

13 years agofixed dependency for File::Path
tokuhirom [Wed, 21 Jul 2010 23:28:44 +0000]
fixed dependency for File::Path

13 years agoChecking in changes prior to tagging of version 0.009002
tokuhirom [Wed, 7 Jul 2010 11:57:03 +0000]
Checking in changes prior to tagging of version 0.009002

13 years agoChanges for 0.009002
tokuhirom [Wed, 7 Jul 2010 11:56:13 +0000]
Changes for 0.009002

13 years agofixed doc bug on command usage. same as a884f0d.
tokuhirom [Wed, 7 Jul 2010 11:47:38 +0000]
fixed doc bug on command usage. same as a884f0d.

14 years agoslightly better user experience :)
Tatsuhiko Miyagawa [Thu, 25 Mar 2010 09:23:23 +0000]
slightly better user experience :)

14 years agofixed typo and doc bug on command usage
Tatsuhiko Miyagawa [Thu, 25 Mar 2010 09:18:50 +0000]
fixed typo and doc bug on  command usage

14 years agoChanges for 0.009001 (first release)
Matt S Trout [Thu, 25 Mar 2010 09:04:15 +0000]
Changes for 0.009001 (first release)

14 years agomove VERSION declaration somewhere sensible and add perl version requirement
Matt S Trout [Thu, 25 Mar 2010 09:01:46 +0000]
move VERSION declaration somewhere sensible and add perl version requirement

14 years agousual dist crap
Matt S Trout [Thu, 25 Mar 2010 09:01:01 +0000]
usual dist crap

14 years agonuke Distar since I don't have time to make this go yet
Matt S Trout [Thu, 25 Mar 2010 09:00:39 +0000]
nuke Distar since I don't have time to make this go yet

14 years agoinitial import of skeleton code
Matt S Trout [Fri, 19 Mar 2010 06:46:33 +0000]
initial import of skeleton code