summaryrefslogtreecommitdiff
path: root/lib/feature.pm
Commit message (Collapse)AuthorAgeFilesLines
* feature bundles are the same across all subversionsSteffen Müller2008-02-081-16/+20
| | | | | Message-ID: <20080113214537.13226.qmail@lists.develooper.com> p4raw-id: //depot/perl@33247
* Make -E require 5.11 featuresRafael Garcia-Suarez2007-12-191-0/+2
| | | p4raw-id: //depot/perl@32648
* feature.pm needs to cope with the version not being 5.10.0Nicholas Clark2007-12-191-2/+4
| | | p4raw-id: //depot/perl@32645
* document [PATCH] lib/feature.pmRobin Barker2007-09-181-3/+9
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1B3@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@31893
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-11/+2
| | | p4raw-id: //depot/perl@31812
* feature bundle :5.10 should be equivalent to latest :5.10.XRafael Garcia-Suarez2007-09-071-4/+3
| | | p4raw-id: //depot/perl@31811
* Adjustment to the test for importing feature bundles,Rafael Garcia-Suarez2007-05-241-2/+4
| | | | | found by Hugo p4raw-id: //depot/perl@31267
* Don't use a regex match in lib/feature.pmÆvar Arnfjörð Bjarmason2007-05-201-8/+8
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com> p4raw-id: //depot/perl@31241
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-0/+29
| | | p4raw-id: //depot/perl@30446
* Mention the syntax C<use feature ':5.10'> in feature.pm's synopsisRafael Garcia-Suarez2007-03-011-0/+2
| | | p4raw-id: //depot/perl@30438
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-151-10/+2
| | | | | Remove the ~~ feature. p4raw-id: //depot/perl@29838
* Introduce the :5.10.0 feature bundle, and make :5.10 anRafael Garcia-Suarez2007-01-151-5/+11
| | | | | alias to it (aimed at be an alias to the latest :5.10.X) p4raw-id: //depot/perl@29822
* Fix link to perlsyn (thanks to Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+1
| | | p4raw-id: //depot/perl@29821
* Remove the "dor" feature alias.Rafael Garcia-Suarez2007-01-151-5/+0
| | | p4raw-id: //depot/perl@29820
* Document "no feature" (Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+16
| | | p4raw-id: //depot/perl@29819
* Move the documentation of the lexical effect of feature.pm to its ownRafael Garcia-Suarez2007-01-151-5/+17
| | | | | | section thus removing a lot of redundant redundant documentation about it cluttering up the feature documentation. (by Michael G Schwern) p4raw-id: //depot/perl@29818
* Remove obsolete notes and TODOs from feature.pmRafael Garcia-Suarez2007-01-151-12/+1
| | | p4raw-id: //depot/perl@29817
* Add a reference to the docs for state() variables in feature.pmRafael Garcia-Suarez2007-01-151-0/+2
| | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29816
* Factorise croak() calls and error messages in feature.pmRafael Garcia-Suarez2007-01-151-18/+21
| | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29815
* Make "use feature 'dor'" an alias for "use feature 'err'"Rafael Garcia-Suarez2006-06-071-0/+5
| | | p4raw-id: //depot/perl@28365
* Add "state" featureRafael Garcia-Suarez2006-05-031-3/+9
| | | p4raw-id: //depot/perl@28087
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-3/+0
| | | p4raw-id: //depot/perl@27666
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-1/+1
| | | | | Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26447
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-11/+54
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-3/+3
| | | | | Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26402
* latest switch/say/~~Robin Houston2005-12-191-0/+116
Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400