http://www.perlmonks.org?node_id=1011154


in reply to Re: My CPAN Resolutions
in thread My CPAN Resolutions

For the easiest version control system you've never used: Version control system for the laziest of the lazy :)
  • Comment on Re^2: My CPAN Resolutions (version control)

Replies are listed 'Best First'.
Re^3: My CPAN Resolutions (version control)
by Tommy (Chaplain) on Jan 01, 2013 at 16:13 UTC

    Just read that thread. I must admit I'm phased. Never imagined... just, wow. That's so much more work than:

    $ git init
    $ git add foo
    $ git commit -m 'just a note'
    

    It seems that if being extremely lazy was the point, the means didn't justify, much less even come to that end. The humor isn't lost on me though. The documentation is awesome.

    --
    Tommy