Linux-Setns

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.01  Thu Aug 18 15:05:00 2016
	- Changed the license to Perl(thanks to Mohammad S Anwar - https://github.com/Manwar)
	- Update the documentation of the Perl module to reflect the changes done in 1.01

1.00  Wed Aug 17 19:20:10 2016
	- Almost complete rewrite of the function!
	- Changed the interface, to setns(). Now instead of file descriptor we directly give it path to a namespace file. This removes the need to convert Perl FD into C FD.
	- Improved the error handling and now we catch all setns() errors
	- Replaced __NR_setns with SYS_setns. In order for the change to work I also changed the included headers
	- Simplified the setns() function in the XS code
	- Replaced the PPCODE with CODE and now I properly return the RETVAL from the XS code
	- Added new test for invalid path

0.05  Fri Jun 03 10:52:49 2016
	- Replaced the Perl 5.18 requirement with Perl 5.10

0.04  Mon Sep 01 00:57:51 2014
	- Added repository and lincense links

0.03  Sun Aug 17 02:40:05 2014
    - Updated the example, as it had errors(the use statment was for unshare, not setns)



( run in 0.747 second using v1.01-cache-2.11-cpan-5511b514fd6 )