summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.08masterJesse Luehrs2013-10-101-0/+2
|
* changelogJesse Luehrs2013-10-101-0/+1
|
* stop podweaver from moving this to a less visible placeJesse Luehrs2013-10-101-3/+3
|
* changelog0.07Jesse Luehrs2013-10-101-0/+2
|
* Revert "remove #!/usr/bin/env perl"Jesse Luehrs2013-10-101-0/+1
| | | | | | This reverts commit c283edeea67cbab767c5820acdc40f2f90c9cf4b. apparently this breaks things? how confusing
* update dist.iniJesse Luehrs2013-10-101-3/+1
|
* update travis configJesse Luehrs2013-10-101-3/+3
|
* remove #!/usr/bin/env perlJesse Luehrs2013-10-101-1/+0
|
* note deprecation in the abstract tooJesse Luehrs2013-10-101-1/+1
|
* fix prereqsJesse Luehrs2013-10-101-0/+1
|
* changelogJesse Luehrs2013-10-101-0/+3
|
* test for broken closure behaviorJesse Luehrs2013-10-101-0/+62
|
* note that this module is brokenJesse Luehrs2013-10-101-0/+10
|
* fix formatting for newer Carp (#7)Jesse Luehrs2013-10-101-1/+1
|
* changelog0.06Jesse Luehrs2013-08-011-0/+2
|
* changelogJesse Luehrs2013-08-011-0/+1
|
* run all of the tests in the stub Makefile.PLJesse Luehrs2013-08-011-0/+1
|
* make all of the objects use relative paths (#3)Jesse Luehrs2013-08-011-3/+3
| | | | | | | | | if they use absolute paths on windows, we can end up with a makefile rule that looks like this: Keyword.o C:\...\CallParser.a : ... and make gets confused by that first colon.
* refactor this to make it easier to modifyJesse Luehrs2013-08-013-27/+41
|
* add some windows ignoresJesse Luehrs2013-07-311-0/+2
|
* also clean callparser1.hJesse Luehrs2013-07-312-0/+13
|
* let's try this ordering (#3)Jesse Luehrs2013-07-312-2/+2
|
* apparently if we set OBJECT, we need to include all objects (#3)Jesse Luehrs2013-07-312-2/+11
|
* also update the in-repo Makefile.PL (#3)Jesse Luehrs2013-07-301-2/+3
|
* add callparser_linkable to OBJECT in the Makefile.PL (#3)Jesse Luehrs2013-07-301-3/+7
| | | | i think this is the right thing, not quite sure
* we shouldn't be shipping callparser1.hJesse Luehrs2013-07-301-3/+1
|
* this actually isn't necessary here (#3)Jesse Luehrs2013-07-301-5/+1
| | | | | | | | it's not public api, so this prevents building on windows (and other platforms that don't expose everything for linking), and we're building the whole optree by hand at once, so there's no reason to use fixup functions like this whose only use is for when we're building the optree incrementally during parsing.
* changelog0.05Jesse Luehrs2013-07-241-0/+2
|
* changelogJesse Luehrs2013-07-241-0/+1
|
* fix skipping testsJesse Luehrs2013-07-241-1/+1
|
* no reason to have these as macros now that this is its own functionJesse Luehrs2013-07-241-10/+5
|
* changelog0.04Jesse Luehrs2013-07-231-0/+2
|
* changelogJesse Luehrs2013-07-231-0/+1
|
* document passing in the keyword nameJesse Luehrs2013-07-231-5/+5
|
* pass the keyword name to parser functionsJesse Luehrs2013-07-232-0/+27
|
* changelog0.03Jesse Luehrs2013-07-231-0/+2
|
* changelogJesse Luehrs2013-07-231-0/+3
|
* fix depsJesse Luehrs2013-07-231-0/+4
|
* actually, this isn't necessary eitherJesse Luehrs2013-07-231-1/+0
| | | | and it causes issues in some cases that i can't reproduce here
* actually, don't throw an errorJesse Luehrs2013-07-234-49/+101
|
* actually, throw an exception on parse errorsJesse Luehrs2013-07-232-7/+38
|
* note that Keyword::API is also similarJesse Luehrs2013-07-231-0/+2
|
* don't break scopes and suchJesse Luehrs2013-07-231-9/+9
|
* don't return a coderef if there was a parse errorJesse Luehrs2013-07-232-1/+39
| | | | | it won't be a valid coderef, you'll just get an error if you try to call it
* changelog0.02Jesse Luehrs2013-07-221-0/+2
|
* changelogJesse Luehrs2013-07-221-0/+5
|
* add test for injecting scopesJesse Luehrs2013-07-221-0/+48
|
* fix compilation on threaded perlsJesse Luehrs2013-07-221-5/+7
|
* fix depsJesse Luehrs2013-07-221-0/+1
|
* note that lexical subs don't work (fixes #2)Jesse Luehrs2013-07-222-0/+39
|