The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module ex::constant::vars

0.04 2013-07-20
    - Tweaked format of Changes to confirm to CPAN::Changes::Spec
    - Added repository details to metadata in Makefile.PL
    - Added repository details to pod documentation

0.03 2012-01-28
    - Specified license type as 'perl' in Makefile.PL
    - Added Carp and Exporter as pre-reqs in Makefile.PL
    - Reworded the one-line description in NAME section in pod.
    - Other updates to documentation

0.02 2012-01-27
    - fixed bug where multiple scalar constants would end up
      with the value of the most recently declared one
    - fixed warning about prototypes
    - moved vars.pm to lib/ex/constant/vars.pm
    - created a t/ test directory, and moved test.pl to t/original.t
    - added t/tie.t with more tests for the tie interface,
      including for the multiple scalar bug
    - added t/const.t with more tests for the const interface
    - added t/import.t with more tests for the const interface

0.01 2000-11-20
    - original version uploaded to CPAN