Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    hg_init();
    hgrc( new_bitbucket() );
    
  2. or download this
    assertos qw(Linux FreeBSD Cygwin);
    
  3. or download this
    perl Makefile.PL && \
    make all test dist && \
    make clean && \
    rm Makefile.old
    
  4. or download this
    cpanm !^ && \
    cpan-upload !^ && \
    mv !^ ~/perl5/published/ && \
    echo "Do not forget to hg tag the release."