Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Maybe a bug in Apache::CVS::Directory

by shushu (Scribe)
on Nov 07, 2002 at 09:50 UTC ( [id://211028]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Can't call method "extension" on an undefined value at
            /usr/lib/perl5/site_perl/5.6.1/Apache/CVS/File.pm line 231 (#1
    +)
        (F) You used the syntax of a method call, but the slot filled by t
    +he
        object reference or package name contains an undefined value.  Som
    +ething
        like this will reproduce the error:
    
  2. or download this
        foreach my $path ( @directories ) {
            $self->push('directory',
                        Apache::CVS::Directory->new($self->path() . "/$pat
    +h"));
        }
    
  3. or download this
        foreach my $path ( @files ) {
            if ( $path =~ /,v$/ ) {
    ...
                            Apache::CVS::PlainFile->new($self->path() . "/
    +$path"));
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://211028]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 09:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found