Term-ReadLine-Perl5
view release on metacpan or search on metacpan
- I said, Remove required use of rlib until we can get clarification on its
license.
- More small doc formatting changes.
1.40 2014-09-12
- Remove required use of rlib until we can get clarification on its
license
- Go over docs. More exploratory work on nested keymaps. Not done yet
though.
1.39 2014-08-13
- Start to integrate OO Caroline when we need more than one
terminal. Nested keymaps here need more work.
1.38 2014-06-01 Marilyn
- Break out Term::ReadLine::Dumb and Term::ReadLine::Keymap into
their own modules
- Conform better to GNU Readline: add rl_parse_and_bind, rl_bind_keyseq,
rl_redisplay, rl_init_file.
1.37 2014-05-25
- A stray character got into function BeginningOfLine. Darn!
- Fill out demo code better.
- Fix rl_get which was broken due to namespace change.
- Improve readline.pm pod and overall pod
1.36 2014-05-25
- Add Term::ReadLine::Perl5::TermCap to remove cyclic
dependency between Term::ReadLine::Perl5 and Term::ReadLine.
- Remove POD redundancy between Term::ReadLine::Perl5 README and
Term::ReadLine::Perl5
- Start to organize and document readline.pm better.
- Add demo program for interactive test. More should be done here.
1.35 2014-05-22
- more work on ~ expand for FreeBSD.
1.34 2014-05-21
- Better about resetting via setpwent() for testing.
1.33 2014-05-19 Henry Frankel
- Fix up ~ expansion via getpwent. For example. ~ro now may expand
to ~rocky and~root. More POD in readline.pm
1.32 2014-05-14
- Remove a tilde expand test until BINGOS gets back to me on why
it fails on his setup
1.31 2014-05-13
- Fix tilde expansion test on systems without getpwuid and where
the initial bsd_glob expansion includes "/";
- Term::ReadLine::Perl5::readline.pod -> Term::ReadLine::Perl5::readline-guide.pod
1.30 2014-05-11 Happy Mother's day!
- rl_filename_list no longer adds classifier '*', @', '=' suffixes,
but does include '/' for directories. Term::ReadLine::GNU and GNU
Readline do not add these either. rl_filename_list handles some full
tilde expansions, e.g. ~ and ~root, but not partial ones like ~ro,
like GNU Readline does.
This is incompatible change, but T:R:P was incompatible to begin
with. Use rl_filename_list_deprecated for the old behavior.
1.29 2013-11-30
- Document and deprecate get_window_size(). If it can't get the window
size, don't die.
- 6th attempt to reduce CPAN test unknowns
1.28 2013-11-30
- 5th attempt to reduce CPAN test unknowns
1.27 2013-11-29
- Doc changes
- 4th attempt to reduce CPAN test unknowns
1.26 2013-11-28
- Doc changes
- 3rd attempt to reduce CPAN test unknowns and CPANTS whining.
1.25 2013-11-27 JB Release
- Add completion_suppress_append and start documenting attribute variables
- 2nd attempt to reduce CPAN test unknowns and CPANTS whining.
1.24 2013-11-25
- Administrivia. Should reduce CPAN test unknowns and CPANTS whining.
1.23 2013-11-24
- typo in addhistory github issue #3
- Get Term::Readline::Tie version in correctly
- Accomondate reasonable CPANTS warnings
1.22 2013-11-17 Sister release
- no warnings 'once' for Term::ReadLine::Perl5:Tie;
1.20 2013-11-03
- Move readline.pm and proper place for its namespace.
- Create Term::ReadLine::Perl5::Tie as its own file
- Create Term::ReadLine::Perl5::History and move history code
from Perl5.pm and readline.pm to this
- Revise history test to use Test::More which simplifies and DRYs code.
1.13 2013-11-01
- Correct minimum Module::Build version number
1.12 2013-10-31 -the Jed Woodward
- Specify min Module::Build version that uses "test_requires"
( run in 2.406 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )