Term::CallEditor - solicit data from an external editor

to install this module, use CPAN, for example:

   cpanm Term::CallEditor


run perldoc(1) on Term::CallEditor for additional documentation


for the source code, see

https://github.com/thrig/Term-CallEditor


this can be built and installed by running

   git clone https://github.com/thrig/Term-CallEditor
   cd Term-CallEditor
   cpanm .

or without dependencies the manual old fashioned way:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install


new releases may be authored along the lines of:

   git tag -u ... -s v...
   git push github master
   RELEASE_TESTING=1 TEST_SIGNATURE=1 ./Build disttest
   RELEASE_TESTING=1 TEST_SIGNATURE=1 ./Build dist
   cpan-upload ...
   ./Build realclean