Changeset 11295 for lib

Show
Ignore:
Timestamp:
07/08/06 08:32:20 (2 years ago)
Author:
Darren_Duncan
Message:

updated another 2-3 dozen files, mostly in misc/ and perl5/, to replace v6 with v6-alpha, and remove a few malformed shebang lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Perl6/Pugs.pm

    r11262 r11295  
    2020With Perl 5 embedding support (also note the C<--> in the C<#!> line): 
    2121 
    22     use v6; 
     22    use v6-alpha; 
    2323    use perl5:DBI; 
    2424    my $dbh = DBI.connect('dbi:SQLite:dbname=test.db');