August 2016 Archives

Perl don't work well in "bash on ubuntu on windows"

I tried bash on ubuntu on windows in windows 10.

Perl have problems.

File::Find dosen't work

File::Find dosen't work. In bash on windows, hard link in directory count is "2" .

In this case File::Find assume the directory don't have sub directories.

        # File::Find::_find_dir
	if ($nlink == 2 && !$no_nlink) {
	    # This dir has no subdirectories.
	    for my $FN (@filenames) {
		if ($Is_VMS) {
		# Big hammer here - Compensate for VMS trailing . and .dir
		# No win situation until this is changed, but this
		# will handle the majority of the ca…

Portable GitHub system "GitPrep 2.3" is released - At last, "Issues system" is added. "Bug tracking" available!

Portable GitHub system "GitPrep 2.3" is released at 2016-08-06.

Finally, "issues" system is added. You can use "Bug tracking" on GitPrep.

And contain bug fixing, added features.

  • support issues system
  • support markdown table
  • support markdown foo_bar_baz

At first, Let's try
="https://perlcodesample.sakura.ne.jp/gitprep/git…

About Yuki Kimoto

user-pic I'm Perl Programmer. I LOVE Perl. I want to contribute Perl community and Perl users.