summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Regen READMEChad Granum2016-08-25
| | |
| | * Rename versions to pinsChad Granum2016-08-25
| | |
| | * Add import()Chad Granum2016-08-25
| | |
| | * Automated Version BumpChad Granum2016-08-21
| | |
| | * v0.018Chad Granum2016-08-21
| | | | | | | | | | | | - Allow renaming of the 'v0' version set
| | * Make it possible to rename 'v0'Chad Granum2016-08-21
| | |
| | * Automated Version BumpChad Granum2016-08-20
| | |
| | * v0.017Chad Granum2016-08-20
| | | | | | | | | | | | - Add on_use/sub EXPORT_ON_USE { ... } feature
| | * Add export_on_use featureChad Granum2016-08-20
| | |
| | * Automated Version BumpChad Granum2016-08-20
| | |
| | * v0.016Chad Granum2016-08-20
| | | | | | | | | | | | | | | | | | | | | - Add polish to version-sets - Add '*' version for common things - Do not allow tags or versions inside a version specification - More documentation for version-sets
| | * Enhance version-tagsChad Granum2016-08-20
| | |
| | * Automated Version BumpChad Granum2016-08-20
| | |
| | * v0.015Chad Granum2016-08-20
| | | | | | | | | | | | | | | - Add support for version-sets - Spelling fixes
| | * Version BumpChad Granum2016-08-20
| | |
| | * Fix spelling and add spelling testChad Granum2016-08-20
| | | | | | | | | | | | Fixes #3
| | * Fully support versionsChad Granum2016-08-20
| | | | | | | | | | | | Fixes #4
| | * Extract _build_menuChad Granum2016-08-20
| | |
| | * v0.014Chad Granum2016-07-12
| | | | | | | | | | | | - Add :ALL tag when none is pre-defined
| | * Add :ALL tagChad Granum2016-07-12
| | |
| | * v0.013Chad Granum2016-07-09
| | | | | | | | | | | | - Add extra params to custom symbol setters
| | * Update READMEChad Granum2016-07-09
| | |
| | * Provide extra info to custom symbol settersChad Granum2016-07-09
| | |
| | * Merge pull request #2 from Csson/docfixChad Granum2016-01-27
| | |\ | | | | | | | | Fix minor doc issues
| | | * Fix minor doc issuesErik Carlsson2016-01-27
| | |/
| | * v0.012Chad Granum2016-01-26
| | | | | | | | | | | | - Expose optimal_import()
| | * Version BumpChad Granum2016-01-26
| | |
| | * Fix a warningChad Granum2016-01-26
| | |
| | * Expose optimal_importChad Granum2016-01-26
| | |
| | * v0.011Chad Granum2016-01-26
| | | | | | | | | | | | - no changes from last trial
| | * Version BumpChad Granum2016-01-26
| | |
| | * v0.010Chad Granum2016-01-25
| | | | | | | | | | | | | | | | | | - Remove experimental warning - _optimal_import aborts if certain vars are present - Add EXPORT_MAGIC var support
| | * Add EXPORT_MAGIC supportChad Granum2016-01-25
| | |
| | * v0.009Chad Granum2016-01-24
| | | | | | | | | | | | - Quote filename in regex so windows can pass tests
| | * Version BumpChad Granum2016-01-24
| | |
| | * Fix tests on windowsChad Granum2016-01-24
| | | | | | | | | | | | Fixes #1
| | * Remove leftover garbage after __END__ in testChad Granum2016-01-24
| | |
| | * v0.008Chad Granum2016-01-24
| | | | | | | | | | | | | | | - New Feature: Custom export asignments - New Feature: Get exports as hash/list/ref
| | * Version BumpChad Granum2016-01-24
| | |
| | * Make it possible to get exports without symbol table mungingChad Granum2016-01-24
| | |
| | * v0.007Chad Granum2016-01-23
| | | | | | | | | | | | | | | | | | - Less warnings/strict pragmas scattered everywhere - Strip '&' from exporter_fail args - Fix support for non-exports listed in @EXPORT (Grr CGI.pm)
| | * Don't scatter strict/warnings everywhereChad Granum2016-01-23
| | |
| | * Fix support for non-exports listed in @EXPORTChad Granum2016-01-23
| | |
| | * Fix export_fail argsChad Granum2016-01-23
| | |
| | * v0.006Chad Granum2016-01-23
| | | | | | | | | | | | | | | | | | | | | - Doc updates - Remove Exporter.pm clone - Further optimize _optimal_import - Fix bugs found in blead testing
| | * Bugfixes for issues found in blead testingChad Granum2016-01-23
| | |
| | * Ignore nytprof stuffChad Granum2016-01-22
| | |
| | * Remove cruft, fix docsChad Granum2016-01-22
| | |
| | * v0.005Chad Granum2016-01-22
| | | | | | | | | | | | - Fix for older perls
| | * Fix bug on older perls, regen readmeChad Granum2016-01-22
| | |