Revision history for Perl distribution vars-i
1.900000 2019-09-16T02:26:52Z (TRIAL RELEASE)
- **Versioning change**: Prepare for switch to semantic
versioning. The next production release will be semver 2.0.0.
- In `use vars::i '$foo'=>[1..3]`, make `$foo` hold
an arrayref rather than the first element of the
provided array. (#4)
- Fill in prerequisites and update documentation
- Add test kit
- Add a placeholder for options (should any be needed
in the future).
1.10 2019-07-09T22:03:31Z
- Production release
1.09 2019-07-08T14:47:55Z (TRIAL RELEASE)
- Fixed typo in test files
1.08 2019-07-08T14:07:16Z (TRIAL RELEASE)
- Support `use vars '%x' => <hashref>` (#2)
- Support `use vars '@x' => <arrayref>`
1.07 2019-05-22T01:30:08Z
- Updated documentation
- Production release
1.06 2019-05-15T14:05:21Z (TRIAL RELEASE)
- Fixed metadata
1.05 2019-05-14T13:39:22Z (TRIAL RELEASE)
- Back under the vars::i name
- Updated documentation
1.04 2019-04-26T20:49:06Z (TRIAL RELEASE)
(as Acme::CXW::vars::i)
- Switched to Minilla for maintenance
1.03 2019-03-27 (TRIAL RELEASE)
(as Acme::CXW::vars::i)
- Prohibit special names
- 100% test coverage!
1.02 2019-03-25 (TRIAL RELEASE)
(as Acme::CXW::vars::i)
- Update to run on Perl 5.22+
1.01 2003-11-03
- original version; created by ExtUtils::ModuleMaker 0.32
- injected http://perlmonks.org/index.pl?node_id=264096
- wrote tests
- uploaded to cpan (finally)
# vi: set ts=4 sts=4 sw=4 et ai: #